|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openqa.selenium.By
io.appium.java_client.MobileBy
public abstract class MobileBy
Created by jonahss on 4/10/14.
Nested Class Summary | |
---|---|
static class |
MobileBy.ByAccessibilityId
|
static class |
MobileBy.ByAndroidUIAutomator
|
static class |
MobileBy.ByIosUIAutomation
|
Nested classes/interfaces inherited from class org.openqa.selenium.By |
---|
org.openqa.selenium.By.ByClassName, org.openqa.selenium.By.ByCssSelector, org.openqa.selenium.By.ById, org.openqa.selenium.By.ByLinkText, org.openqa.selenium.By.ByName, org.openqa.selenium.By.ByPartialLinkText, org.openqa.selenium.By.ByTagName, org.openqa.selenium.By.ByXPath |
Constructor Summary | |
---|---|
MobileBy()
|
Method Summary | |
---|---|
static org.openqa.selenium.By |
AccessibilityId(String id)
|
static org.openqa.selenium.By |
AndroidUIAutomator(String uiautomatorText)
|
static org.openqa.selenium.By |
IosUIAutomation(String uiautomationText)
|
Methods inherited from class org.openqa.selenium.By |
---|
className, cssSelector, equals, findElement, findElements, hashCode, id, linkText, name, partialLinkText, tagName, toString, xpath |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MobileBy()
Method Detail |
---|
public static org.openqa.selenium.By IosUIAutomation(String uiautomationText)
public static org.openqa.selenium.By AndroidUIAutomator(String uiautomatorText)
public static org.openqa.selenium.By AccessibilityId(String id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |