public interface DomElement extends Navigation
baseUrldriver, getBaseUrl, goTo, goTo, setBaseUrl$, $, find, findFilteredDomElement withText()
FilteredDomElement withId()
FilteredDomElement withName()
FilteredDomElement withTagName()
FilteredDomElement withClass()
FilteredDomElement withAttribute(String name)
FilteredDomElement withCssValue(String name)
FilteredDomElement with(String description, java.util.function.Function<org.openqa.selenium.WebElement,String> toValue)
DomElement first()
DomElement second()
DomElement third()
DomElement nth(int index)
DomElement limit(int max)
DomElement skip(int count)
DomElement last()
DomElement filter(String description, java.util.function.UnaryOperator<java.util.stream.Stream<org.openqa.selenium.WebElement>> filter)
default DomElement withText(String text)
default DomElement withId(String id)
default DomElement withName(String name)
default DomElement withClass(String cssClass)
default DomElement withTagName(String name)
Should should()
DomElement fill(CharSequence text)
DomElement pressReturn()
DomElement sendKeys(CharSequence... keysToSend)
DomElement clear()
DomElement submit()
DomElement click()
DomElement click(int x, int y)
DomElement doubleClick()
DomElement doubleClick(int x, int y)
DomElement clickAndHold()
DomElement contextClick()
DomElement release()
DomElement executeActions(String description, java.util.function.BiConsumer<org.openqa.selenium.WebElement,org.openqa.selenium.interactions.Actions> actionsOnElement)
DomElement select(String text)
DomElement deselect()
DomElement deselectByValue(String value)
DomElement deselectByVisibleText(String text)
DomElement deselectByIndex(int index)
DomElement selectByIndex(int index)
DomElement selectByValue(String value)
DomElement executeSelect(String description, java.util.function.Consumer<org.openqa.selenium.support.ui.Select> selectOnElement)
DomElement execute(java.util.function.Consumer<? super org.openqa.selenium.WebElement> action)
DomElement retryFor(long duration, TimeUnit timeUnit)
Copyright © 2014. All Rights Reserved.