public interface EnhancedWebElement
extends org.openqa.selenium.WebElement
| Modifier and Type | Method and Description |
|---|---|
void |
clear(int index) |
void |
click() |
void |
click(int index) |
int |
count() |
EnhancedWebElement |
findElement(EnhancedBy enhanceBy,
EnhancedWebElement parentElement) |
org.openqa.selenium.WebElement |
get(int index) |
String |
getAttribute(int index,
String name) |
String |
getAttribute(String name) |
String |
getAttribute(String name,
int index) |
org.openqa.selenium.By |
getBy() |
String |
getCssValue(String arg0,
int index) |
org.openqa.selenium.By |
getElementCssSelector() |
org.openqa.selenium.By |
getElementCssSelector(int index) |
String |
getElementName() |
String |
getElementName(int index) |
List<org.openqa.selenium.WebElement> |
getElements() |
org.openqa.selenium.Point |
getLocation(int index) |
String |
getText() |
String |
getText(int index) |
List<String> |
getTextList() |
boolean |
isDisplayed(int index) |
boolean |
isEmpty() |
boolean |
isEnabled(int index) |
boolean |
isExist(int... index) |
void |
moveMouse() |
void |
moveMouse(int index) |
void |
scrollToView_Web(int index) |
void |
scrollToView() |
void |
scrollToView(int index) |
void |
sendKeyByJs(int index,
CharSequence[] keysToSend) |
void |
sendKeys(CharSequence... keysToSend) |
void |
sendKeys(int index,
CharSequence... keysToSend) |
void |
sendKeysByAction(int index,
CharSequence... keysToSend) |
void |
setAttribute(String attribute,
String value) |
void |
setValue(int index,
CharSequence... value) |
void click()
click in interface org.openqa.selenium.WebElementvoid click(int index)
void moveMouse()
void moveMouse(int index)
EnhancedWebElement findElement(EnhancedBy enhanceBy, EnhancedWebElement parentElement)
org.openqa.selenium.By getElementCssSelector()
org.openqa.selenium.By getElementCssSelector(int index)
void sendKeys(CharSequence... keysToSend)
sendKeys in interface org.openqa.selenium.WebElementvoid sendKeys(int index,
CharSequence... keysToSend)
void sendKeysByAction(int index,
CharSequence... keysToSend)
void scrollToView()
void scrollToView_Web(int index)
String getAttribute(String name)
getAttribute in interface org.openqa.selenium.WebElementString getText()
getText in interface org.openqa.selenium.WebElementString getText(int index)
String getElementName()
String getElementName(int index)
int count()
boolean isEmpty()
List<org.openqa.selenium.WebElement> getElements()
org.openqa.selenium.By getBy()
org.openqa.selenium.Point getLocation(int index)
void clear(int index)
boolean isEnabled(int index)
boolean isDisplayed(int index)
org.openqa.selenium.WebElement get(int index)
boolean isExist(int... index)
void setValue(int index,
CharSequence... value)
void scrollToView(int index)
void sendKeyByJs(int index,
CharSequence[] keysToSend)
Copyright © 2019. All rights reserved.