|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openqa.selenium.remote.RemoteWebElement
io.appium.java_client.MobileElement
public class MobileElement
| Field Summary | |
|---|---|
protected org.openqa.selenium.remote.FileDetector |
fileDetector
|
| Fields inherited from class org.openqa.selenium.remote.RemoteWebElement |
|---|
id, mouse, parent |
| Constructor Summary | |
|---|---|
MobileElement()
|
|
| Method Summary | |
|---|---|
org.openqa.selenium.WebElement |
findElement(org.openqa.selenium.By by)
|
org.openqa.selenium.WebElement |
findElementByAccessibilityId(String using)
|
org.openqa.selenium.WebElement |
findElementByAndroidUIAutomator(String using)
|
org.openqa.selenium.WebElement |
findElementByIosUIAutomation(String using)
|
List<org.openqa.selenium.WebElement> |
findElements(org.openqa.selenium.By by)
|
List<org.openqa.selenium.WebElement> |
findElementsByAccessibilityId(String using)
|
List<org.openqa.selenium.WebElement> |
findElementsByAndroidUIAutomator(String using)
|
List<org.openqa.selenium.WebElement> |
findElementsByIosUIAutomation(String using)
|
org.openqa.selenium.Point |
getCenter()
|
void |
setValue(String value)
|
| Methods inherited from class org.openqa.selenium.remote.RemoteWebElement |
|---|
clear, click, equals, execute, findElement, findElementByClassName, findElementByCssSelector, findElementById, findElementByLinkText, findElementByName, findElementByPartialLinkText, findElementByTagName, findElementByXPath, findElements, findElementsByClassName, findElementsByCssSelector, findElementsById, findElementsByLinkText, findElementsByName, findElementsByPartialLinkText, findElementsByTagName, findElementsByXPath, getAttribute, getCoordinates, getCssValue, getId, getLocation, getSize, getTagName, getText, getWrappedDriver, hashCode, isDisplayed, isEnabled, isSelected, sendKeys, setFileDetector, setFoundBy, setId, setParent, submit, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected org.openqa.selenium.remote.FileDetector fileDetector
| Constructor Detail |
|---|
public MobileElement()
| Method Detail |
|---|
public List<org.openqa.selenium.WebElement> findElements(org.openqa.selenium.By by)
findElements in interface org.openqa.selenium.SearchContextfindElements in interface org.openqa.selenium.WebElementfindElements in class org.openqa.selenium.remote.RemoteWebElementpublic org.openqa.selenium.WebElement findElement(org.openqa.selenium.By by)
findElement in interface org.openqa.selenium.SearchContextfindElement in interface org.openqa.selenium.WebElementfindElement in class org.openqa.selenium.remote.RemoteWebElementpublic org.openqa.selenium.WebElement findElementByIosUIAutomation(String using)
findElementByIosUIAutomation in interface FindsByIosUIAutomationpublic List<org.openqa.selenium.WebElement> findElementsByIosUIAutomation(String using)
findElementsByIosUIAutomation in interface FindsByIosUIAutomationpublic org.openqa.selenium.WebElement findElementByAndroidUIAutomator(String using)
findElementByAndroidUIAutomator in interface FindsByAndroidUIAutomatorpublic List<org.openqa.selenium.WebElement> findElementsByAndroidUIAutomator(String using)
findElementsByAndroidUIAutomator in interface FindsByAndroidUIAutomatorpublic org.openqa.selenium.WebElement findElementByAccessibilityId(String using)
findElementByAccessibilityId in interface FindsByAccessibilityIdpublic List<org.openqa.selenium.WebElement> findElementsByAccessibilityId(String using)
findElementsByAccessibilityId in interface FindsByAccessibilityIdpublic void setValue(String value)
public org.openqa.selenium.Point getCenter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||