Uses of Class
com.axway.ats.uiengine.SwingDriver
-
Packages that use SwingDriver Package Description com.axway.ats.uiengine UI Engine is a component targeted for testing of various UI applications.com.axway.ats.uiengine.internal.driver -
-
Uses of SwingDriver in com.axway.ats.uiengine
Methods in com.axway.ats.uiengine that return SwingDriver Modifier and Type Method Description static SwingDriverUiDriver. getSwingDriver(Class<?> mainClassOfTestedApplication)Get instance of driver working with Swing UI applicationstatic SwingDriverUiDriver. getSwingDriver(Class<?> mainClassOfTestedApplication, String windowTitle)static SwingDriverUiDriver. getSwingDriver(String windowTitle)static SwingDriverUiDriver. getSwingDriver(String jnlpLocation, boolean cacheEnabled)Driver for working with JNLP applications -
Uses of SwingDriver in com.axway.ats.uiengine.internal.driver
Subclasses of SwingDriver in com.axway.ats.uiengine.internal.driver Modifier and Type Class Description classSwingDriverInternalATS Internal Might be changed at any time Class to hide non-public methods
-