T - this object type to chain method callsE - type of fluent web elementpublic interface FluentActions<T,E extends FluentWebElement> extends FluentJavascriptActions
| Modifier and Type | Method and Description |
|---|---|
T |
click()
Perform a click.
|
T |
contextClick()
Perform a context click.
|
T |
doubleClick()
Perform a double click.
|
Fill<E> |
fill()
Construct a Fill Builder in order to allow easy fill of visible input fields.
|
FillSelect<E> |
fillSelect()
Construct a Fill Select Builder in order to allow easy fill of visible input fields.
|
T |
frame()
Select a frame using this element.
|
T |
submit()
Perform a form submission.
|
T |
write(java.lang.String... text)
Write text in the element.
|
scrollIntoView, scrollIntoView, scrollToCenterT click()
WebElement.click()T doubleClick()
T contextClick()
T submit()
WebElement.submit()T write(java.lang.String... text)
text - one or many text to send.WebElement.sendKeys(CharSequence...)Fill<E> fill()
FillSelect<E> fillSelect()
T frame()
Copyright © 2018 FluentLenium. All Rights Reserved.