com.ats.learning.IAtsLearning Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ats-automated-testing Show documentation
Show all versions of ats-automated-testing Show documentation
Code generator library to create and execute GUI automated tests
The newest version!
package com.ats.learning;
import com.ats.element.SearchedElement;
import com.ats.element.test.TestElement;
import com.ats.executor.drivers.engines.IDriverEngine;
public interface IAtsLearning {
void saveAtsLearning(TestElement testElement, IDriverEngine engine, SearchedElement searchedElement);
void terminate();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy