Class MobileElementFinder
- java.lang.Object
-
- com.axway.ats.uiengine.elements.mobile.MobileElementFinder
-
public class MobileElementFinder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringdefaultContext
-
Constructor Summary
Constructors Constructor Description MobileElementFinder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.openqa.selenium.WebElementfindElement(io.appium.java_client.AppiumDriver<?> driver, UiElement uiElement)static StringgetElementContext(UiElement uiElement)
-
-
-
Field Detail
-
defaultContext
public static String defaultContext
-
-