Uses of Class
com.axway.ats.uiengine.exceptions.ElementNotFoundException
-
Packages that use ElementNotFoundException Package Description com.axway.ats.uiengine.elements.swing UI elements of Swing application.com.axway.ats.uiengine.engine -
-
Uses of ElementNotFoundException in com.axway.ats.uiengine.elements.swing
Methods in com.axway.ats.uiengine.elements.swing that throw ElementNotFoundException Modifier and Type Method Description static org.fest.swing.fixture.WindowFixture<?>SwingElementLocator. getWindowFixture(SwingDriverInternal driver, String windowTitle, boolean isDialog)Change window by specified name. -
Uses of ElementNotFoundException in com.axway.ats.uiengine.engine
Methods in com.axway.ats.uiengine.engine that throw ElementNotFoundException Modifier and Type Method Description voidSwingEngine. goToWindow(String windowTitle, boolean isDialog)Set current window to work with.voidSwingEngine. goToWindow(String windowTitle, boolean isDialog, int timeout)Set current window to work with.
-