public interface WebFragment
Modifier and Type | Method and Description |
---|---|
void |
checkTextToBeNotPresent(String text) |
void |
checkTextToBePresent(String text) |
void |
clear() |
void |
click() |
boolean |
containsText(String text) |
org.openqa.selenium.WebElement |
findElement(org.openqa.selenium.By by) |
List<org.openqa.selenium.WebElement> |
findElements(org.openqa.selenium.By by) |
String |
getAttribute(String name) |
String |
getCssValue(String propertyName) |
org.openqa.selenium.WebElement |
getElement() |
String |
getId() |
org.openqa.selenium.Point |
getLocation() |
org.openqa.selenium.Dimension |
getSize() |
String |
getTagName() |
String |
getText() |
<T extends WebFragment> |
getWebFragment(org.openqa.selenium.By by,
Class<T> webFragmentClass) |
<T extends WebFragment> |
getWebFragment(org.openqa.selenium.WebElement element,
Class<T> webFragmentClass) |
boolean |
isDisplayed() |
boolean |
isEnabled() |
boolean |
isSelected() |
void |
sendKeys(CharSequence... keysToSend) |
void |
setElement(org.openqa.selenium.WebElement element) |
void |
submit() |
void |
waitForTextToBePresent(String text) |
org.openqa.selenium.WebElement getElement()
void setElement(org.openqa.selenium.WebElement element)
String getId()
boolean containsText(String text)
void waitForTextToBePresent(String text)
void checkTextToBePresent(String text)
void checkTextToBeNotPresent(String text)
<T extends WebFragment> T getWebFragment(org.openqa.selenium.By by, Class<T> webFragmentClass)
<T extends WebFragment> T getWebFragment(org.openqa.selenium.WebElement element, Class<T> webFragmentClass)
void click()
void submit()
void sendKeys(CharSequence... keysToSend)
void clear()
String getTagName()
boolean isSelected()
boolean isEnabled()
String getText()
List<org.openqa.selenium.WebElement> findElements(org.openqa.selenium.By by)
org.openqa.selenium.WebElement findElement(org.openqa.selenium.By by)
boolean isDisplayed()
org.openqa.selenium.Point getLocation()
org.openqa.selenium.Dimension getSize()
Copyright © 2015 Nuxeo SA. All rights reserved.