public class WrappedElementStub
extends java.lang.Object
implements org.openqa.selenium.WebElement
Constructor and Description |
---|
WrappedElementStub() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
click() |
<T extends org.openqa.selenium.WebElement> |
findElement(org.openqa.selenium.By by) |
<T extends org.openqa.selenium.WebElement> |
findElements(org.openqa.selenium.By by) |
java.lang.String |
getAttribute(java.lang.String s) |
java.lang.String |
getCssValue(java.lang.String s) |
org.openqa.selenium.Point |
getLocation() |
org.openqa.selenium.Rectangle |
getRect() |
<X> X |
getScreenshotAs(org.openqa.selenium.OutputType<X> target) |
org.openqa.selenium.Dimension |
getSize() |
java.lang.String |
getTagName() |
java.lang.String |
getText() |
boolean |
isDisplayed() |
boolean |
isEnabled() |
boolean |
isSelected() |
void |
sendKeys(java.lang.CharSequence... charSequences) |
void |
submit() |
public void click()
click
in interface org.openqa.selenium.WebElement
public void submit()
submit
in interface org.openqa.selenium.WebElement
public void sendKeys(java.lang.CharSequence... charSequences)
sendKeys
in interface org.openqa.selenium.WebElement
public void clear()
clear
in interface org.openqa.selenium.WebElement
public java.lang.String getTagName()
getTagName
in interface org.openqa.selenium.WebElement
public java.lang.String getAttribute(java.lang.String s)
getAttribute
in interface org.openqa.selenium.WebElement
public boolean isSelected()
isSelected
in interface org.openqa.selenium.WebElement
public boolean isEnabled()
isEnabled
in interface org.openqa.selenium.WebElement
public java.lang.String getText()
getText
in interface org.openqa.selenium.WebElement
public <T extends org.openqa.selenium.WebElement> java.util.List<T> findElements(org.openqa.selenium.By by)
findElements
in interface org.openqa.selenium.SearchContext
findElements
in interface org.openqa.selenium.WebElement
public <T extends org.openqa.selenium.WebElement> T findElement(org.openqa.selenium.By by)
findElement
in interface org.openqa.selenium.SearchContext
findElement
in interface org.openqa.selenium.WebElement
public boolean isDisplayed()
isDisplayed
in interface org.openqa.selenium.WebElement
public org.openqa.selenium.Point getLocation()
getLocation
in interface org.openqa.selenium.WebElement
public org.openqa.selenium.Dimension getSize()
getSize
in interface org.openqa.selenium.WebElement
public org.openqa.selenium.Rectangle getRect()
getRect
in interface org.openqa.selenium.WebElement
public java.lang.String getCssValue(java.lang.String s)
getCssValue
in interface org.openqa.selenium.WebElement
public <X> X getScreenshotAs(org.openqa.selenium.OutputType<X> target) throws org.openqa.selenium.WebDriverException
getScreenshotAs
in interface org.openqa.selenium.TakesScreenshot
org.openqa.selenium.WebDriverException