public class RetryWebElementImpl
extends org.openqa.selenium.remote.RemoteWebElement
implements org.openqa.selenium.internal.Locatable, org.openqa.selenium.WebElement, org.openqa.selenium.internal.WrapsDriver
| Constructor and Description |
|---|
RetryWebElementImpl(java.lang.String locator,
org.openqa.selenium.WebElement webElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
click() |
boolean |
equals(java.lang.Object obj) |
org.openqa.selenium.WebElement |
findElement(org.openqa.selenium.By by) |
org.openqa.selenium.WebElement |
findElementByClassName(java.lang.String using) |
org.openqa.selenium.WebElement |
findElementByCssSelector(java.lang.String using) |
org.openqa.selenium.WebElement |
findElementByPartialLinkText(java.lang.String using) |
org.openqa.selenium.WebElement |
findElementByTagName(java.lang.String using) |
org.openqa.selenium.WebElement |
findElementByXPath(java.lang.String using) |
java.util.List<org.openqa.selenium.WebElement> |
findElements(org.openqa.selenium.By by) |
java.util.List<org.openqa.selenium.WebElement> |
findElementsByClassName(java.lang.String using) |
java.util.List<org.openqa.selenium.WebElement> |
findElementsByCssSelector(java.lang.String using) |
java.util.List<org.openqa.selenium.WebElement> |
findElementsByPartialLinkText(java.lang.String using) |
java.util.List<org.openqa.selenium.WebElement> |
findElementsByTagName(java.lang.String using) |
java.util.List<org.openqa.selenium.WebElement> |
findElementsByXPath(java.lang.String using) |
java.lang.String |
getAttribute(java.lang.String name) |
org.openqa.selenium.interactions.internal.Coordinates |
getCoordinates() |
java.lang.String |
getCssValue(java.lang.String propertyName) |
java.lang.String |
getId() |
org.openqa.selenium.Point |
getLocation() |
<X> X |
getScreenshotAs(org.openqa.selenium.OutputType<X> target) |
org.openqa.selenium.Dimension |
getSize() |
java.lang.String |
getTagName() |
java.lang.String |
getText() |
org.openqa.selenium.WebDriver |
getWrappedDriver() |
int |
hashCode() |
boolean |
isDisplayed() |
boolean |
isEnabled() |
boolean |
isSelected() |
void |
sendKeys(java.lang.CharSequence... keys) |
void |
setFileDetector(org.openqa.selenium.remote.FileDetector fileDetector) |
void |
setId(java.lang.String id) |
void |
setParent(org.openqa.selenium.remote.RemoteWebDriver remoteWebDriver) |
void |
submit() |
public RetryWebElementImpl(java.lang.String locator,
org.openqa.selenium.WebElement webElement)
public void clear()
clear in interface org.openqa.selenium.WebElementclear in class org.openqa.selenium.remote.RemoteWebElementpublic void click()
click in interface org.openqa.selenium.WebElementclick in class org.openqa.selenium.remote.RemoteWebElementpublic boolean equals(java.lang.Object obj)
equals 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 findElementByClassName(java.lang.String using)
findElementByClassName in interface org.openqa.selenium.internal.FindsByClassNamefindElementByClassName in class org.openqa.selenium.remote.RemoteWebElementpublic org.openqa.selenium.WebElement findElementByCssSelector(java.lang.String using)
findElementByCssSelector in interface org.openqa.selenium.internal.FindsByCssSelectorfindElementByCssSelector in class org.openqa.selenium.remote.RemoteWebElementpublic org.openqa.selenium.WebElement findElementByPartialLinkText(java.lang.String using)
findElementByPartialLinkText in interface org.openqa.selenium.internal.FindsByLinkTextfindElementByPartialLinkText in class org.openqa.selenium.remote.RemoteWebElementpublic org.openqa.selenium.WebElement findElementByTagName(java.lang.String using)
findElementByTagName in interface org.openqa.selenium.internal.FindsByTagNamefindElementByTagName in class org.openqa.selenium.remote.RemoteWebElementpublic org.openqa.selenium.WebElement findElementByXPath(java.lang.String using)
findElementByXPath in interface org.openqa.selenium.internal.FindsByXPathfindElementByXPath in class org.openqa.selenium.remote.RemoteWebElementpublic java.util.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 java.util.List<org.openqa.selenium.WebElement> findElementsByClassName(java.lang.String using)
findElementsByClassName in interface org.openqa.selenium.internal.FindsByClassNamefindElementsByClassName in class org.openqa.selenium.remote.RemoteWebElementpublic java.util.List<org.openqa.selenium.WebElement> findElementsByCssSelector(java.lang.String using)
findElementsByCssSelector in interface org.openqa.selenium.internal.FindsByCssSelectorfindElementsByCssSelector in class org.openqa.selenium.remote.RemoteWebElementpublic java.util.List<org.openqa.selenium.WebElement> findElementsByPartialLinkText(java.lang.String using)
findElementsByPartialLinkText in interface org.openqa.selenium.internal.FindsByLinkTextfindElementsByPartialLinkText in class org.openqa.selenium.remote.RemoteWebElementpublic java.util.List<org.openqa.selenium.WebElement> findElementsByTagName(java.lang.String using)
findElementsByTagName in interface org.openqa.selenium.internal.FindsByTagNamefindElementsByTagName in class org.openqa.selenium.remote.RemoteWebElementpublic java.util.List<org.openqa.selenium.WebElement> findElementsByXPath(java.lang.String using)
findElementsByXPath in interface org.openqa.selenium.internal.FindsByXPathfindElementsByXPath in class org.openqa.selenium.remote.RemoteWebElementpublic java.lang.String getAttribute(java.lang.String name)
getAttribute in interface org.openqa.selenium.WebElementgetAttribute in class org.openqa.selenium.remote.RemoteWebElementpublic org.openqa.selenium.interactions.internal.Coordinates getCoordinates()
getCoordinates in interface org.openqa.selenium.internal.LocatablegetCoordinates in class org.openqa.selenium.remote.RemoteWebElementpublic java.lang.String getCssValue(java.lang.String propertyName)
getCssValue in interface org.openqa.selenium.WebElementgetCssValue in class org.openqa.selenium.remote.RemoteWebElementpublic java.lang.String getId()
getId in interface org.openqa.selenium.internal.HasIdentitygetId in class org.openqa.selenium.remote.RemoteWebElementpublic org.openqa.selenium.Point getLocation()
getLocation in interface org.openqa.selenium.WebElementgetLocation in class org.openqa.selenium.remote.RemoteWebElementpublic <X> X getScreenshotAs(org.openqa.selenium.OutputType<X> target)
throws org.openqa.selenium.WebDriverException
getScreenshotAs in interface org.openqa.selenium.TakesScreenshotgetScreenshotAs in class org.openqa.selenium.remote.RemoteWebElementorg.openqa.selenium.WebDriverExceptionpublic org.openqa.selenium.Dimension getSize()
getSize in interface org.openqa.selenium.WebElementgetSize in class org.openqa.selenium.remote.RemoteWebElementpublic java.lang.String getTagName()
getTagName in interface org.openqa.selenium.WebElementgetTagName in class org.openqa.selenium.remote.RemoteWebElementpublic java.lang.String getText()
getText in interface org.openqa.selenium.WebElementgetText in class org.openqa.selenium.remote.RemoteWebElementpublic org.openqa.selenium.WebDriver getWrappedDriver()
getWrappedDriver in interface org.openqa.selenium.internal.WrapsDrivergetWrappedDriver in class org.openqa.selenium.remote.RemoteWebElementpublic int hashCode()
hashCode in class org.openqa.selenium.remote.RemoteWebElementpublic boolean isDisplayed()
isDisplayed in interface org.openqa.selenium.WebElementisDisplayed in class org.openqa.selenium.remote.RemoteWebElementpublic boolean isEnabled()
isEnabled in interface org.openqa.selenium.WebElementisEnabled in class org.openqa.selenium.remote.RemoteWebElementpublic boolean isSelected()
isSelected in interface org.openqa.selenium.WebElementisSelected in class org.openqa.selenium.remote.RemoteWebElementpublic void sendKeys(java.lang.CharSequence... keys)
sendKeys in interface org.openqa.selenium.WebElementsendKeys in class org.openqa.selenium.remote.RemoteWebElementpublic void setFileDetector(org.openqa.selenium.remote.FileDetector fileDetector)
setFileDetector in class org.openqa.selenium.remote.RemoteWebElementpublic void setId(java.lang.String id)
setId in class org.openqa.selenium.remote.RemoteWebElementpublic void setParent(org.openqa.selenium.remote.RemoteWebDriver remoteWebDriver)
setParent in class org.openqa.selenium.remote.RemoteWebElementpublic void submit()
submit in interface org.openqa.selenium.WebElementsubmit in class org.openqa.selenium.remote.RemoteWebElement