Uses of Class
com.axway.ats.uiengine.internal.driver.SwingDriverInternal
-
Packages that use SwingDriverInternal Package Description com.axway.ats.uiengine.elements.swing UI elements of Swing application. -
-
Uses of SwingDriverInternal in com.axway.ats.uiengine.elements.swing
Methods in com.axway.ats.uiengine.elements.swing with parameters of type SwingDriverInternal Modifier and Type Method Description static StringSwingElementLocator. getComponentHierarchy(SwingDriverInternal driver)static org.fest.swing.fixture.ContainerFixture<?>SwingElementLocator. getContainerFixture(SwingDriverInternal driver, UiElementProperties containerProperties)Change container by specified name or title.static org.fest.swing.fixture.WindowFixture<?>SwingElementLocator. getWindowFixture(SwingDriverInternal driver, String windowTitle, boolean isDialog)Change window by specified name.static voidSwingElementLocator. useComponentInspector(SwingDriverInternal driver)Log the clicked element (its type, properties and index in the component hierarchy from the current container)
-