public interface DomElement extends Navigation
baseUrlconsole, driver, executeJavascript, getBaseUrl, goTo, goTo, setBaseUrlfind, findFilteredDomElement withText()
FilteredDomElement withId()
FilteredDomElement withName()
FilteredDomElement withTagName()
FilteredDomElement withClass()
FilteredDomElement with(String name)
FilteredDomElement withCss(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 pressEnter()
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 dragAndDropTo(String selector)
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<org.openqa.selenium.WebElement> action)
DomElement retryFor(long duration, TimeUnit timeUnit)
Copyright © 2015. All Rights Reserved.