All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ats.recorder.IVisualData Maven / Gradle / Ivy

The newest version!
package com.ats.recorder;

import java.nio.file.Path;

import org.w3c.dom.Document;
import org.w3c.dom.Element;

import com.ats.tools.logger.ExecutionLogger;

public interface IVisualData {
	Element getAction(
			ExecutionLogger logger,
			String summary,
			Document document,
			Path xmlFolderPath,
			boolean savePic,
			boolean analytics);

	public Long getTimeLine();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy