public class MobileElement extends org.openqa.selenium.remote.RemoteWebElement implements FindsByAccessibilityId, FindsByAndroidUIAutomator, FindsByIosUIAutomation
Modifier and Type | Field and Description |
---|---|
protected org.openqa.selenium.remote.FileDetector |
fileDetector |
Constructor and Description |
---|
MobileElement() |
Modifier and Type | Method and Description |
---|---|
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) |
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
public List<org.openqa.selenium.WebElement> findElements(org.openqa.selenium.By by)
findElements
in interface org.openqa.selenium.SearchContext
findElements
in interface org.openqa.selenium.WebElement
findElements
in class org.openqa.selenium.remote.RemoteWebElement
public org.openqa.selenium.WebElement findElement(org.openqa.selenium.By by)
findElement
in interface org.openqa.selenium.SearchContext
findElement
in interface org.openqa.selenium.WebElement
findElement
in class org.openqa.selenium.remote.RemoteWebElement
public org.openqa.selenium.WebElement findElementByIosUIAutomation(String using)
findElementByIosUIAutomation
in interface FindsByIosUIAutomation
public List<org.openqa.selenium.WebElement> findElementsByIosUIAutomation(String using)
findElementsByIosUIAutomation
in interface FindsByIosUIAutomation
public org.openqa.selenium.WebElement findElementByAndroidUIAutomator(String using)
findElementByAndroidUIAutomator
in interface FindsByAndroidUIAutomator
public List<org.openqa.selenium.WebElement> findElementsByAndroidUIAutomator(String using)
findElementsByAndroidUIAutomator
in interface FindsByAndroidUIAutomator
public org.openqa.selenium.WebElement findElementByAccessibilityId(String using)
findElementByAccessibilityId
in interface FindsByAccessibilityId
public List<org.openqa.selenium.WebElement> findElementsByAccessibilityId(String using)
findElementsByAccessibilityId
in interface FindsByAccessibilityId
public void setValue(String value)
public org.openqa.selenium.Point getCenter()
Copyright © 2014. All rights reserved.