Class FluentWebElement
- All Implemented Interfaces:
FluentActions<FluentWebElement,
,FluentWebElement> FluentJavascriptActions
,AlertControl
,CapabilitiesControl
,ComponentInstantiator
,CssControl
,EventsControl
,HookControl<FluentWebElement>
,FluentInjectControl
,FluentLabel<FluentWebElement>
,NavigationControl
,FluentProxyState<FluentWebElement>
,JavascriptControl
,SearchControl<FluentWebElement>
,SeleniumDriverControl
,SnapshotControl
,org.openqa.selenium.WrapsElement
WebElement
. It provides an enhanced API to control
selenium element.
-
Field Summary
Fields inherited from class io.fluentlenium.core.domain.Component
control, instantiator, webElement
-
Constructor Summary
ConstructorDescriptionFluentWebElement
(org.openqa.selenium.WebElement element, FluentControl control, ComponentInstantiator instantiator) Creates a new fluent web element. -
Method Summary
Modifier and TypeMethodDescriptionalert()
Get an object to control the alert window.<T> T
Wrap all underlying elements in a component.<L extends List<T>,
T>
LasComponentList
(Class<L> listClass, Class<T> componentClass, Iterable<org.openqa.selenium.WebElement> elements) Create and register a new list of component from the given element iterable.<L extends List<T>,
T>
LasComponentList
(Class<L> listClass, Class<T> componentClass, List<org.openqa.selenium.WebElement> elements) Create and register a new list of component from the given element iterable.<L extends List<T>,
T>
LasComponentList
(Class<L> listClass, Class<T> componentClass, org.openqa.selenium.WebElement... elements) Create and register a new list of component from the given element iterable.<T> ComponentList
asComponentList
(Class<T> componentClass, Iterable<org.openqa.selenium.WebElement> elements) Create and register a new list of component from the given element iterable.<T> ComponentList<T>
asComponentList
(Class<T> componentClass, List<org.openqa.selenium.WebElement> elements) Create and register a new list of component from the given element iterable.<T> ComponentList<T>
asComponentList
(Class<T> componentClass, org.openqa.selenium.WebElement... elements) Create and register a new list of component from the given element iterable.<T extends FluentWebElement>
FluentList<T>asFluentList
(Class<T> componentClass, Iterable<org.openqa.selenium.WebElement> elements) Create and register a new fluent list.<T extends FluentWebElement>
FluentList<T>asFluentList
(Class<T> componentClass, List<org.openqa.selenium.WebElement> elements) Create and register a new fluent list.<T extends FluentWebElement>
FluentList<T>asFluentList
(Class<T> componentClass, org.openqa.selenium.WebElement... elements) Create and register a new fluent list.asFluentList
(Iterable<org.openqa.selenium.WebElement> elements) Create and register a new fluent list from the argument collection of WebElements.asFluentList
(List<org.openqa.selenium.WebElement> elements) Create and register a new fluent list from the argument list of WebElements.asFluentList
(org.openqa.selenium.WebElement... elements) Create and register a new fluent list from the argument WebElements.asList()
Converts this element as a single element list.return any value of custom attribute (generated=true will return "true" if attribute("generated") is called.await()
Build a wait object to wait for a condition of this element.axes()
Deprecated.boolean
Check if underlyingWebDriver
can take screenshot.org.openqa.selenium.Capabilities
Get the actual capabilities of the underlying Selenium WebDriver.clear()
Clear the elementClear React input using Backspace onlyclick()
Perform a click.boolean
Check that this element is visible and enabled such that you can click it.Get a conditions object used to verify condition on this element.Perform a context click.css()
Features related to CSS loaded in the active page.Get the value of a given CSS property.boolean
return true if the element is displayed, other way return falsedom()
XPath Axes accessor (parent, ancestors, preceding, following, ...).Perform a double click.el
(org.openqa.selenium.WebElement rawElement) Wrap existing raw selenium element into an element.boolean
enabled()
return true if the element is enabled, other way return falseevents()
Retrieves an event registry to register event listeners.executeAsyncScript
(String script, Object... args) Execute a script, asynchronously.executeScript
(String script, Object... args) Execute a script, synchronously.fill()
Construct a Fill Builder in order to allow easy fill of visible input fields.Construct a Fill Select Builder in order to allow easy fill of visible input fields.find
(String selector, SearchFilter... filters) Find list of elements with CSS selector and filters.Wrap raw selenium elements into a list of elements.find
(SearchFilter... filters) Find list of elements with filters.find
(org.openqa.selenium.By locator, SearchFilter... filters) Find list of elements with Selenium locator and filters.frame()
Select a frame using this element.io.appium.java_client.AppiumDriver
Get the actual underlying AppiumDriver.org.openqa.selenium.Cookie
return the corresponding cookie given a nameSet<org.openqa.selenium.Cookie>
return the cookies as a setorg.openqa.selenium.WebDriver
Get the actual underlying Selenium WebDriver.org.openqa.selenium.WebElement
return the webElementgetLabel()
org.openqa.selenium.WebElement
void
Open the url page<P extends FluentPage>
PgoTo
(P page) Open the page, using the url defined in the pagevoid
goToInNewTab
(String url) Open the url page in a new tabHovers the mouse over the current element.html()
Get the HTML of a the elementid()
return the id of the elementsInject object with FluentLenium resources.injectComponent
(Object componentContainer, Object parentContainer, org.openqa.selenium.SearchContext context) Inject object with FluentLenium resources, using given search context and parent container.boolean
isComponentClass
(Class<?> componentClass) Check if this class is a component class.boolean
isComponentListClass
(Class<? extends List<?>> componentListClass) Check if this class is a component list class.keyboard()
Execute keyboard actions on the elementboolean
loaded()
Check if the element is loaded.modifyAttribute
(String attributeName, String attributeValue) Modifies element attributesmouse()
Execute mouse actions on the elementname()
return the name of the element<T> T
newComponent
(Class<T> componentClass, org.openqa.selenium.WebElement element) Create and register a new component of the provided type from the givenWebElement
.<L extends List<T>,
T>
LnewComponentList
(Class<L> listClass, Class<T> componentClass) Create and register an empty list of component.<L extends List<T>,
T>
LnewComponentList
(Class<L> listClass, Class<T> componentClass, List<T> componentsList) Create and register a new list of component from the given component list.<L extends List<T>,
T>
LnewComponentList
(Class<L> listClass, Class<T> componentClass, T... componentsList) Create and register a new list of component from the given component list.<T> ComponentList<T>
newComponentList
(Class<T> componentClass) Create and register an empty list of component.<T> ComponentList<T>
newComponentList
(Class<T> componentClass, List<T> componentsList) Create and register a new list of component from the given component list.<T> ComponentList<T>
newComponentList
(Class<T> componentClass, T... componentsList) Create and register a new list of component from the given component list.newFluent
(org.openqa.selenium.WebElement element) Create and register a newFluentWebElement
from the givenWebElement
.Create and register an empty fluent list.<T extends FluentWebElement>
FluentList<T>newFluentList
(Class<T> componentClass) Create and register an empty fluent list of the provided type.<T extends FluentWebElement>
FluentList<T>newFluentList
(Class<T> componentClass, List<T> elements) Create and register a new fluent list.<T extends FluentWebElement>
FluentList<T>newFluentList
(Class<T> componentClass, T... elements) Create and register a new fluent list.newFluentList
(List<FluentWebElement> elements) Create and register a new fluent list from the argument list of FluentWebElements.newFluentList
(FluentWebElement... elements) Create and register a new fluent list from the argument FluentWebElements.<T> T
newInstance
(Class<T> cls) Creates a new instance of a class inject it.noHook()
Disable all hooks from actual element.noHook
(Class<? extends FluentHook>... hooks) Disable given hook from actual element.<R> R
noHook
(Class<? extends FluentHook> hook, Function<FluentWebElement, R> function) Invoke a function with no hook.<R> R
noHook
(Function<FluentWebElement, R> function) Invoke a function with no hook.Creates a new element locator instance with all hooks disabled.noHookInstance
(Class<? extends FluentHook>... hooks) Creates a new element locator instance with given hook disabled.now()
Search for the element now, actually performing the search on theWebDriver
.now
(boolean force) Search for the element now, actually performing the search on theWebDriver
.optional()
Builds an optional.Return the source of the pageboolean
present()
Check if the element is present in the DOM.reset()
Reset the element.Retore hooks that were defined initially.Scrolls the current element into the visible area of the browser window.scrollIntoView
(boolean alignWithTop) Scrolls the current element into the visible area of the browser window.Scrolls center of the current element into the visible area of the browser window, respecting window size.boolean
selected()
return true if the element is selected, other way falseorg.openqa.selenium.Dimension
size()
return the size of the elementboolean
stale()
Check that this element is no longer attached to the DOM.submit()
Submit the elementvoid
switchTo()
Switch to the default elementvoid
switchTo
(FluentList<? extends FluentWebElement> elements) Switch to the first selected Element (if element is null or not an iframe, or doesn't have an id then switch to the default)void
switchTo
(FluentWebElement element) Switch to the selected Element (if element is null or not an iframe, or doesn't have an id then switch to the default)void
Switch to the default elementtagName()
return the tag namevoid
Take a html dump of the browser DOM.void
takeHtmlDump
(String fileName) Take a html dump of the browser DOM into a file given by the fileName param.Take a snapshot of the browser.takeScreenshot
(String fileName) Take a snapshot of the browser into a file given by the fileName param.text()
return the visible text of the elementreturn the text content of the element (even invisible through textContent attribute)toString()
void
url()
Return the url of the page.value()
return the value of the elementsHelper method that: a) waits at most 5 seconds for element b) scrolls centrally into it c) clicks on itwaitAndClick
(Duration duration) Helper method that: a) waits for element b) scrolls centrally into it c) clicks on itwindow()
Exposes methods on browser window<O,
H extends FluentHook<O>>
FluentWebElementEnable a hook with default options.<O,
H extends FluentHook<O>>
FluentWebElementEnable a hook with given options.Apply a label that will be displayed as the representation of this object for error message.withLabelHint
(String... labelHint) Add a label hint that will be appended to the representation of this object for error message.Set the text element
-
Constructor Details
-
FluentWebElement
public FluentWebElement(org.openqa.selenium.WebElement element, FluentControl control, ComponentInstantiator instantiator) Creates a new fluent web element.- Parameters:
element
- underlying elementcontrol
- control interfaceinstantiator
- component instantiator
-
-
Method Details
-
getFluentControl
-
unshadowAllFields
public void unshadowAllFields() -
getLabel
-
executeScript
Description copied from interface:JavascriptControl
Execute a script, synchronously.- Specified by:
executeScript
in interfaceJavascriptControl
- Parameters:
script
- script source to executeargs
- script arguments- Returns:
- an object wrapping the result
-
executeAsyncScript
Description copied from interface:JavascriptControl
Execute a script, asynchronously.- Specified by:
executeAsyncScript
in interfaceJavascriptControl
- Parameters:
script
- script source to executeargs
- script arguments- Returns:
- an object wrapping the result
-
alert
Description copied from interface:AlertControl
Get an object to control the alert window.- Specified by:
alert
in interfaceAlertControl
- Returns:
- an alert object
-
takeHtmlDump
public void takeHtmlDump()Description copied from interface:SnapshotControl
Take a html dump of the browser DOM. By default the file will be a html named by the current timestamp.- Specified by:
takeHtmlDump
in interfaceSnapshotControl
-
takeHtmlDump
Description copied from interface:SnapshotControl
Take a html dump of the browser DOM into a file given by the fileName param.- Specified by:
takeHtmlDump
in interfaceSnapshotControl
- Parameters:
fileName
- file name for html dump
-
canTakeScreenShot
public boolean canTakeScreenShot()Description copied from interface:SnapshotControl
Check if underlyingWebDriver
can take screenshot.- Specified by:
canTakeScreenShot
in interfaceSnapshotControl
- Returns:
- true if screenshot can be taken, false otherwise
-
takeScreenshot
Description copied from interface:SnapshotControl
Take a snapshot of the browser. By default the file will be a png named by the current timestamp.- Specified by:
takeScreenshot
in interfaceSnapshotControl
- Returns:
- the screenshot file
-
takeScreenshot
Description copied from interface:SnapshotControl
Take a snapshot of the browser into a file given by the fileName param.- Specified by:
takeScreenshot
in interfaceSnapshotControl
- Parameters:
fileName
- file name for screenshot- Returns:
- the screenshot file
-
events
Description copied from interface:EventsControl
Retrieves an event registry to register event listeners.- Specified by:
events
in interfaceEventsControl
- Returns:
- the event registry.
-
goTo
Description copied from interface:NavigationControl
Open the page, using the url defined in the page- Specified by:
goTo
in interfaceNavigationControl
- Type Parameters:
P
- Type of FluentPage- Parameters:
page
- page to open- Returns:
- Opened page.
- See Also:
-
goTo
Description copied from interface:NavigationControl
Open the url page- Specified by:
goTo
in interfaceNavigationControl
- Parameters:
url
- page URL to visit
-
goToInNewTab
Description copied from interface:NavigationControl
Open the url page in a new tab- Specified by:
goToInNewTab
in interfaceNavigationControl
- Parameters:
url
- the url of the page
-
switchTo
Description copied from interface:NavigationControl
Switch to the first selected Element (if element is null or not an iframe, or doesn't have an id then switch to the default)- Specified by:
switchTo
in interfaceNavigationControl
- Parameters:
elements
- fluent list of fluent web elements
-
switchTo
Description copied from interface:NavigationControl
Switch to the selected Element (if element is null or not an iframe, or doesn't have an id then switch to the default)- Specified by:
switchTo
in interfaceNavigationControl
- Parameters:
element
- fluent web element to switch to
-
switchTo
public void switchTo()Description copied from interface:NavigationControl
Switch to the default element- Specified by:
switchTo
in interfaceNavigationControl
-
switchToDefault
public void switchToDefault()Description copied from interface:NavigationControl
Switch to the default element- Specified by:
switchToDefault
in interfaceNavigationControl
-
pageSource
Description copied from interface:NavigationControl
Return the source of the page- Specified by:
pageSource
in interfaceNavigationControl
- Returns:
- source of the page under test
-
window
Description copied from interface:NavigationControl
Exposes methods on browser window- Specified by:
window
in interfaceNavigationControl
- Returns:
- Window actions
-
getCookies
Description copied from interface:NavigationControl
return the cookies as a set- Specified by:
getCookies
in interfaceNavigationControl
- Returns:
- set of cookies
-
getCookie
Description copied from interface:NavigationControl
return the corresponding cookie given a name- Specified by:
getCookie
in interfaceNavigationControl
- Parameters:
name
- cookie name- Returns:
- cookie selected by name
-
url
Description copied from interface:NavigationControl
Return the url of the page. If a base url is provided, the current url will be relative to that base url.- Specified by:
url
in interfaceNavigationControl
- Returns:
- current URL
-
getDriver
public org.openqa.selenium.WebDriver getDriver()Description copied from interface:SeleniumDriverControl
Get the actual underlying Selenium WebDriver.To customize the WebDriver, you should configure
FluentControl.getWebDriver()
or overrideIFluentAdapter.newWebDriver()
.This method can't be overridden to customize the WebDriver.
- Specified by:
getDriver
in interfaceSeleniumDriverControl
- Returns:
- The actual underlying Selenium WebDriver
-
getAppiumDriver
public io.appium.java_client.AppiumDriver getAppiumDriver()Description copied from interface:SeleniumDriverControl
Get the actual underlying AppiumDriver.To customize the WebDriver, you should configure
FluentControl.getWebDriver()
or overrideIFluentAdapter.newWebDriver()
.This method can't be overridden to customize the AppiumDriver.
- Specified by:
getAppiumDriver
in interfaceSeleniumDriverControl
- Returns:
- The actual underlying AppiumDriver
-
css
Description copied from interface:CssControl
Features related to CSS loaded in the active page.- Specified by:
css
in interfaceCssControl
- Returns:
- a CssSupport instance
-
inject
Description copied from interface:FluentInjectControl
Inject object with FluentLenium resources.- Specified by:
inject
in interfaceFluentInjectControl
- Parameters:
container
- container to inject with FluentLenium resources- Returns:
- The container context related to the injected container
-
injectComponent
public ContainerContext injectComponent(Object componentContainer, Object parentContainer, org.openqa.selenium.SearchContext context) Description copied from interface:FluentInjectControl
Inject object with FluentLenium resources, using given search context and parent container.- Specified by:
injectComponent
in interfaceFluentInjectControl
- Parameters:
componentContainer
- container to inject with FluentLenium resourcesparentContainer
- parent containercontext
- search context to use for injection- Returns:
- The container context related to the injected container
-
newInstance
Description copied from interface:FluentInjectControl
Creates a new instance of a class inject it.- Specified by:
newInstance
in interfaceFluentInjectControl
- Type Parameters:
T
- type of the object- Parameters:
cls
- class of the object to create- Returns:
- new container instance
- See Also:
-
newFluent
Description copied from interface:ComponentInstantiator
Create and register a newFluentWebElement
from the givenWebElement
.- Specified by:
newFluent
in interfaceComponentInstantiator
- Parameters:
element
- wrapped element- Returns:
- new instance of the component
-
newComponent
Description copied from interface:ComponentInstantiator
Create and register a new component of the provided type from the givenWebElement
.- Specified by:
newComponent
in interfaceComponentInstantiator
- Type Parameters:
T
- type of the component- Parameters:
componentClass
- type of the componentelement
- wrapped element- Returns:
- new instance of the component
-
newFluentList
Description copied from interface:ComponentInstantiator
Create and register an empty fluent list.- Specified by:
newFluentList
in interfaceComponentInstantiator
- Returns:
- new list of fluent web element
-
newFluentList
Description copied from interface:ComponentInstantiator
Create and register a new fluent list from the argument FluentWebElements.- Specified by:
newFluentList
in interfaceComponentInstantiator
- Parameters:
elements
- list of elements- Returns:
- new list of fluent web element
-
newFluentList
Description copied from interface:ComponentInstantiator
Create and register a new fluent list from the argument list of FluentWebElements.- Specified by:
newFluentList
in interfaceComponentInstantiator
- Parameters:
elements
- list of elements- Returns:
- new list of fluent web element
-
asFluentList
Description copied from interface:ComponentInstantiator
Create and register a new fluent list from the argument WebElements.- Specified by:
asFluentList
in interfaceComponentInstantiator
- Parameters:
elements
- list of elements- Returns:
- new list of fluent web element
-
asFluentList
public FluentList<FluentWebElement> asFluentList(Iterable<org.openqa.selenium.WebElement> elements) Description copied from interface:ComponentInstantiator
Create and register a new fluent list from the argument collection of WebElements.- Specified by:
asFluentList
in interfaceComponentInstantiator
- Parameters:
elements
- list of elements- Returns:
- new list of fluent web element
-
asFluentList
Description copied from interface:ComponentInstantiator
Create and register a new fluent list from the argument list of WebElements.- Specified by:
asFluentList
in interfaceComponentInstantiator
- Parameters:
elements
- list of elements- Returns:
- new list of fluent web element
-
newFluentList
Description copied from interface:ComponentInstantiator
Create and register an empty fluent list of the provided type.- Specified by:
newFluentList
in interfaceComponentInstantiator
- Type Parameters:
T
- type of the component- Parameters:
componentClass
- class of the component- Returns:
- new list of fluent web element
-
newFluentList
public <T extends FluentWebElement> FluentList<T> newFluentList(Class<T> componentClass, T... elements) Description copied from interface:ComponentInstantiator
Create and register a new fluent list.- Specified by:
newFluentList
in interfaceComponentInstantiator
- Type Parameters:
T
- type of the component- Parameters:
componentClass
- class of the componentelements
- list of elements- Returns:
- new list of fluent web element
-
newFluentList
public <T extends FluentWebElement> FluentList<T> newFluentList(Class<T> componentClass, List<T> elements) Description copied from interface:ComponentInstantiator
Create and register a new fluent list.- Specified by:
newFluentList
in interfaceComponentInstantiator
- Type Parameters:
T
- type of the component- Parameters:
componentClass
- class of the componentelements
- list of elements- Returns:
- new list of fluent web element
-
asFluentList
public <T extends FluentWebElement> FluentList<T> asFluentList(Class<T> componentClass, org.openqa.selenium.WebElement... elements) Description copied from interface:ComponentInstantiator
Create and register a new fluent list.- Specified by:
asFluentList
in interfaceComponentInstantiator
- Type Parameters:
T
- type of the component- Parameters:
componentClass
- class of the componentelements
- list of elements- Returns:
- new list of fluent web element
-
asFluentList
public <T extends FluentWebElement> FluentList<T> asFluentList(Class<T> componentClass, Iterable<org.openqa.selenium.WebElement> elements) Description copied from interface:ComponentInstantiator
Create and register a new fluent list.- Specified by:
asFluentList
in interfaceComponentInstantiator
- Type Parameters:
T
- type of the component- Parameters:
componentClass
- class of the componentelements
- list of elements- Returns:
- new list of fluent web element
-
asFluentList
public <T extends FluentWebElement> FluentList<T> asFluentList(Class<T> componentClass, List<org.openqa.selenium.WebElement> elements) Description copied from interface:ComponentInstantiator
Create and register a new fluent list.- Specified by:
asFluentList
in interfaceComponentInstantiator
- Type Parameters:
T
- type of the component- Parameters:
componentClass
- class of the componentelements
- list of elements- Returns:
- new list of fluent web element
-
newComponentList
Description copied from interface:ComponentInstantiator
Create and register an empty list of component.- Specified by:
newComponentList
in interfaceComponentInstantiator
- Type Parameters:
T
- type of the component- Parameters:
componentClass
- type of the component- Returns:
- new list of components
-
asComponentList
public <T> ComponentList<T> asComponentList(Class<T> componentClass, org.openqa.selenium.WebElement... elements) Description copied from interface:ComponentInstantiator
Create and register a new list of component from the given element iterable.- Specified by:
asComponentList
in interfaceComponentInstantiator
- Type Parameters:
T
- type of the component- Parameters:
componentClass
- type of the componentelements
- elements- Returns:
- new list of components
-
asComponentList
public <T> ComponentList asComponentList(Class<T> componentClass, Iterable<org.openqa.selenium.WebElement> elements) Description copied from interface:ComponentInstantiator
Create and register a new list of component from the given element iterable.- Specified by:
asComponentList
in interfaceComponentInstantiator
- Type Parameters:
T
- type of the component- Parameters:
componentClass
- type of the componentelements
- elements- Returns:
- new list of components
-
asComponentList
public <T> ComponentList<T> asComponentList(Class<T> componentClass, List<org.openqa.selenium.WebElement> elements) Description copied from interface:ComponentInstantiator
Create and register a new list of component from the given element iterable.- Specified by:
asComponentList
in interfaceComponentInstantiator
- Type Parameters:
T
- type of the component- Parameters:
componentClass
- type of the componentelements
- elements- Returns:
- new list of components
-
newComponentList
Description copied from interface:ComponentInstantiator
Create and register a new list of component from the given component list.- Specified by:
newComponentList
in interfaceComponentInstantiator
- Type Parameters:
T
- type of the component- Parameters:
componentClass
- type of the componentcomponentsList
- components list- Returns:
- new list of components
-
newComponentList
Description copied from interface:ComponentInstantiator
Create and register a new list of component from the given component list.- Specified by:
newComponentList
in interfaceComponentInstantiator
- Type Parameters:
T
- type of the component- Parameters:
componentClass
- type of the componentcomponentsList
- components list- Returns:
- new list of components
-
newComponentList
Description copied from interface:ComponentInstantiator
Create and register an empty list of component.- Specified by:
newComponentList
in interfaceComponentInstantiator
- Type Parameters:
L
- type of the listT
- type of the component- Parameters:
listClass
- type of the listcomponentClass
- type of the component- Returns:
- new list of components
-
asComponentList
public <L extends List<T>,T> L asComponentList(Class<L> listClass, Class<T> componentClass, org.openqa.selenium.WebElement... elements) Description copied from interface:ComponentInstantiator
Create and register a new list of component from the given element iterable.- Specified by:
asComponentList
in interfaceComponentInstantiator
- Type Parameters:
L
- type of the listT
- type of the component- Parameters:
listClass
- type of the listcomponentClass
- type of the componentelements
- elements- Returns:
- new list of components
-
asComponentList
public <L extends List<T>,T> L asComponentList(Class<L> listClass, Class<T> componentClass, Iterable<org.openqa.selenium.WebElement> elements) Description copied from interface:ComponentInstantiator
Create and register a new list of component from the given element iterable.- Specified by:
asComponentList
in interfaceComponentInstantiator
- Type Parameters:
L
- type of the listT
- type of the component- Parameters:
listClass
- type of the listcomponentClass
- type of the componentelements
- elements- Returns:
- new list of components
-
asComponentList
public <L extends List<T>,T> L asComponentList(Class<L> listClass, Class<T> componentClass, List<org.openqa.selenium.WebElement> elements) Description copied from interface:ComponentInstantiator
Create and register a new list of component from the given element iterable.- Specified by:
asComponentList
in interfaceComponentInstantiator
- Type Parameters:
L
- type of the listT
- type of the component- Parameters:
listClass
- type of the listcomponentClass
- type of the componentelements
- elements- Returns:
- new list of components
-
newComponentList
public <L extends List<T>,T> L newComponentList(Class<L> listClass, Class<T> componentClass, T... componentsList) Description copied from interface:ComponentInstantiator
Create and register a new list of component from the given component list.- Specified by:
newComponentList
in interfaceComponentInstantiator
- Type Parameters:
L
- type of the listT
- type of the component- Parameters:
listClass
- type of the listcomponentClass
- type of the componentcomponentsList
- components list- Returns:
- new list of components
-
newComponentList
public <L extends List<T>,T> L newComponentList(Class<L> listClass, Class<T> componentClass, List<T> componentsList) Description copied from interface:ComponentInstantiator
Create and register a new list of component from the given component list.- Specified by:
newComponentList
in interfaceComponentInstantiator
- Type Parameters:
L
- type of the listT
- type of the component- Parameters:
listClass
- type of the listcomponentClass
- type of the componentcomponentsList
- components list- Returns:
- new list of components
-
isComponentClass
Description copied from interface:ComponentInstantiator
Check if this class is a component class.- Specified by:
isComponentClass
in interfaceComponentInstantiator
- Parameters:
componentClass
- class to check- Returns:
- true if this class is a component class, false otherwise
-
isComponentListClass
Description copied from interface:ComponentInstantiator
Check if this class is a component list class.- Specified by:
isComponentListClass
in interfaceComponentInstantiator
- Parameters:
componentListClass
- class to check- Returns:
- true if this class is a component list class, false otherwise
-
capabilities
public org.openqa.selenium.Capabilities capabilities()Description copied from interface:CapabilitiesControl
Get the actual capabilities of the underlying Selenium WebDriver.- Specified by:
capabilities
in interfaceCapabilitiesControl
- Returns:
- actual capabilities.
- See Also:
-
HasCapabilities.getCapabilities()
-
click
Description copied from interface:FluentActions
Perform a click.- Specified by:
click
in interfaceFluentActions<FluentWebElement,
FluentWebElement> - Returns:
- this object reference to chain methods calls
- See Also:
-
WebElement.click()
-
doubleClick
Description copied from interface:FluentActions
Perform a double click.- Specified by:
doubleClick
in interfaceFluentActions<FluentWebElement,
FluentWebElement> - Returns:
- this object reference to chain methods calls
-
contextClick
Description copied from interface:FluentActions
Perform a context click.- Specified by:
contextClick
in interfaceFluentActions<FluentWebElement,
FluentWebElement> - Returns:
- this object reference to chain methods calls
-
waitAndClick
Description copied from interface:FluentActions
Helper method that: a) waits at most 5 seconds for element b) scrolls centrally into it c) clicks on it- Specified by:
waitAndClick
in interfaceFluentActions<FluentWebElement,
FluentWebElement> - Returns:
- this object reference to chain methods calls
-
waitAndClick
Description copied from interface:FluentActions
Helper method that: a) waits for element b) scrolls centrally into it c) clicks on it- Specified by:
waitAndClick
in interfaceFluentActions<FluentWebElement,
FluentWebElement> - Parameters:
duration
- - enabled to override default 5 seconds of waiting- Returns:
- this object reference to chain methods calls
-
hoverOver
Description copied from interface:FluentActions
Hovers the mouse over the current element.By default, this is a convenience method for calling
element.mouse().moveToElement()
.- Specified by:
hoverOver
in interfaceFluentActions<FluentWebElement,
FluentWebElement> - Returns:
- the current element
-
present
public boolean present()Description copied from interface:FluentProxyState
Check if the element is present in the DOM.- Specified by:
present
in interfaceFluentProxyState<FluentWebElement>
- Returns:
- true if the element is present, false otherwise
-
now
Description copied from interface:FluentProxyState
Search for the element now, actually performing the search on theWebDriver
.It has no effect if the element is already loaded.
- Specified by:
now
in interfaceFluentProxyState<FluentWebElement>
- Returns:
- this object reference to chain calls.
-
now
Description copied from interface:FluentProxyState
Search for the element now, actually performing the search on theWebDriver
.It has no effect if the element is already loaded.
- Specified by:
now
in interfaceFluentProxyState<FluentWebElement>
- Parameters:
force
- force the search even if element is already loaded- Returns:
- this object reference to chain calls.
-
reset
Description copied from interface:FluentProxyState
Reset the element. Subsequent calls will perform the search again, instead of using the cached result.- Specified by:
reset
in interfaceFluentProxyState<FluentWebElement>
- Returns:
- this object reference to chain calls.
-
loaded
public boolean loaded()Description copied from interface:FluentProxyState
Check if the element is loaded.- Specified by:
loaded
in interfaceFluentProxyState<FluentWebElement>
- Returns:
- true if the element is loaded, false otherwise
-
axes
Deprecated.Usedom()
instead.XPath Axes accessor (parent, ancestors, preceding, following, ...).- Returns:
- object to perform XPath Axes transformations.
-
dom
XPath Axes accessor (parent, ancestors, preceding, following, ...).- Returns:
- object to perform XPath Axes transformations.
-
conditions
Get a conditions object used to verify condition on this element.- Returns:
- conditions object
-
await
Build a wait object to wait for a condition of this element.- Returns:
- a wait object
-
mouse
Execute mouse actions on the element- Returns:
- mouse actions object
-
keyboard
Execute keyboard actions on the element- Returns:
- keyboard actions object
-
as
Wrap all underlying elements in a component.- Type Parameters:
T
- type of component- Parameters:
componentClass
- component class- Returns:
- element as component.
-
clear
Clear the element- Returns:
- fluent web element
-
clearReactInput
Clear React input using Backspace only- Returns:
- fluent web element
-
submit
Submit the element- Specified by:
submit
in interfaceFluentActions<FluentWebElement,
FluentWebElement> - Returns:
- fluent web element
- See Also:
-
WebElement.submit()
-
write
Set the text element- Specified by:
write
in interfaceFluentActions<FluentWebElement,
FluentWebElement> - Parameters:
text
- value to set- Returns:
- fluent web element
- See Also:
-
WebElement.sendKeys(CharSequence...)
-
name
return the name of the element- Returns:
- name of the element
-
attribute
return any value of custom attribute (generated=true will return "true" if attribute("generated") is called.- Parameters:
name
- custom attribute name- Returns:
- name value
- See Also:
-
WebElement.getAttribute(String)
-
cssValue
Get the value of a given CSS property.- Parameters:
propertyName
- the css property name of the element- Returns:
- The current, computed value of the property.
- See Also:
-
WebElement.getCssValue(String)
-
id
return the id of the elements- Returns:
- id of element
-
text
return the visible text of the element- Returns:
- text of element
- See Also:
-
WebElement.getText()
-
textContent
return the text content of the element (even invisible through textContent attribute)- Returns:
- text content of element
-
value
return the value of the elements- Returns:
- value of attribute
-
displayed
public boolean displayed()return true if the element is displayed, other way return false- Returns:
- boolean value of displayed check
- See Also:
-
WebElement.isDisplayed()
-
enabled
public boolean enabled()return true if the element is enabled, other way return false- Returns:
- boolean value of enabled check
- See Also:
-
WebElement.isEnabled()
-
selected
public boolean selected()return true if the element is selected, other way false- Returns:
- boolean value of selected check
- See Also:
-
WebElement.isSelected()
-
clickable
public boolean clickable()Check that this element is visible and enabled such that you can click it.- Returns:
- true if the element can be clicked, false otherwise.
-
stale
public boolean stale()Check that this element is no longer attached to the DOM.- Returns:
- false is the element is still attached to the DOM, true otherwise.
-
tagName
return the tag name- Returns:
- string value of tag name
- See Also:
-
WebElement.getTagName()
-
getElement
public org.openqa.selenium.WebElement getElement()return the webElement- Returns:
- web element
-
getWrappedElement
public org.openqa.selenium.WebElement getWrappedElement()- Specified by:
getWrappedElement
in interfaceorg.openqa.selenium.WrapsElement
-
size
public org.openqa.selenium.Dimension size()return the size of the element- Returns:
- dimension/size of element
- See Also:
-
WebElement.getSize()
-
asList
Converts this element as a single element list.- Returns:
- list of element
-
find
Description copied from interface:SearchControl
Find list of elements with Selenium locator and filters.- Specified by:
find
in interfaceSearchControl<FluentWebElement>
- Parameters:
locator
- elements locatorfilters
- filters set- Returns:
- list of elements
-
find
Description copied from interface:SearchControl
Find list of elements with CSS selector and filters.- Specified by:
find
in interfaceSearchControl<FluentWebElement>
- Parameters:
selector
- CSS selectorfilters
- set of filters- Returns:
- list of element
-
find
Description copied from interface:SearchControl
Find list of elements with filters.- Specified by:
find
in interfaceSearchControl<FluentWebElement>
- Parameters:
filters
- set of filters in the current context- Returns:
- list of elements
-
find
Description copied from interface:SearchControl
Wrap raw selenium elements into a list of elements.- Specified by:
find
in interfaceSearchControl<FluentWebElement>
- Parameters:
rawElements
- raw selenium elements- Returns:
- list of element
-
el
Description copied from interface:SearchControl
Wrap existing raw selenium element into an element.- Specified by:
el
in interfaceSearchControl<FluentWebElement>
- Parameters:
rawElement
- raw selenium element- Returns:
- element
-
html
Get the HTML of a the element- Returns:
- the underlying html content
-
fill
Description copied from interface:FluentActions
Construct a Fill Builder in order to allow easy fill of visible input fields.- Specified by:
fill
in interfaceFluentActions<FluentWebElement,
FluentWebElement> - Returns:
- Fill builder
-
fillSelect
Description copied from interface:FluentActions
Construct a Fill Select Builder in order to allow easy fill of visible input fields.- Specified by:
fillSelect
in interfaceFluentActions<FluentWebElement,
FluentWebElement> - Returns:
- Fill select builder
-
frame
Description copied from interface:FluentActions
Select a frame using this element.- Specified by:
frame
in interfaceFluentActions<FluentWebElement,
FluentWebElement> - Returns:
- this object reference to chain methods calls.
-
optional
Description copied from interface:FluentProxyState
Builds an optional. If underlying element is lazy, search will be perfomed when invoking this method.- Specified by:
optional
in interfaceFluentProxyState<FluentWebElement>
- Returns:
- An optional wrapping this.
- See Also:
-
toString
-
noHook
Description copied from interface:HookControl
Invoke a function with no hook.- Specified by:
noHook
in interfaceHookControl<FluentWebElement>
- Type Parameters:
R
- return type- Parameters:
hook
- hook class to disablefunction
- function to invoke- Returns:
- return value of the given function
-
withHook
Description copied from interface:HookControl
Enable a hook with given options.- Specified by:
withHook
in interfaceHookControl<FluentWebElement>
- Type Parameters:
O
- Type of the hookH
- Type of the hook options- Parameters:
hook
- hook class to enableoptions
- hook options to apply- Returns:
- this object reference to chain calls
-
withHook
Description copied from interface:HookControl
Enable a hook with default options.- Specified by:
withHook
in interfaceHookControl<FluentWebElement>
- Type Parameters:
O
- Type of the hookH
- Type of the hook options- Parameters:
hook
- hook class to enable- Returns:
- this object reference to chain calls
-
noHook
Description copied from interface:HookControl
Disable given hook from actual element.- Specified by:
noHook
in interfaceHookControl<FluentWebElement>
- Parameters:
hooks
- hook classes to disable- Returns:
- this object reference to chain calls
-
noHook
Description copied from interface:HookControl
Invoke a function with no hook.- Specified by:
noHook
in interfaceHookControl<FluentWebElement>
- Type Parameters:
R
- return type- Parameters:
function
- function to invoke- Returns:
- return value of the given function
-
noHookInstance
Description copied from interface:HookControl
Creates a new element locator instance with given hook disabled.- Specified by:
noHookInstance
in interfaceHookControl<FluentWebElement>
- Parameters:
hooks
- hook classes to disable- Returns:
- new element locator with hook disabled.
-
restoreHooks
Description copied from interface:HookControl
Retore hooks that were defined initially.- Specified by:
restoreHooks
in interfaceHookControl<FluentWebElement>
- Returns:
- this object reference to chain calls
-
noHookInstance
Description copied from interface:HookControl
Creates a new element locator instance with all hooks disabled.- Specified by:
noHookInstance
in interfaceHookControl<FluentWebElement>
- Returns:
- new element locator with hook disabled.
-
noHook
Description copied from interface:HookControl
Disable all hooks from actual element.- Specified by:
noHook
in interfaceHookControl<FluentWebElement>
- Returns:
- this object reference to chain calls
-
scrollToCenter
Description copied from interface:FluentJavascriptActions
Scrolls center of the current element into the visible area of the browser window, respecting window size.- Specified by:
scrollToCenter
in interfaceFluentJavascriptActions
- Returns:
- this object reference to chain methods calls
-
scrollIntoView
Description copied from interface:FluentJavascriptActions
Scrolls the current element into the visible area of the browser window.- Specified by:
scrollIntoView
in interfaceFluentJavascriptActions
- Returns:
- this object reference to chain methods calls
- See Also:
-
scrollIntoView
Description copied from interface:FluentJavascriptActions
Scrolls the current element into the visible area of the browser window.- Specified by:
scrollIntoView
in interfaceFluentJavascriptActions
- Parameters:
alignWithTop
- If true, the top of the element will be aligned to the top of the visible area of the scrollable ancestor. If false, the bottom of the element will be aligned to the bottom of the visible area of the scrollable ancestor.- Returns:
- this object reference to chain methods calls
- See Also:
-
modifyAttribute
Description copied from interface:FluentJavascriptActions
Modifies element attributes- Specified by:
modifyAttribute
in interfaceFluentJavascriptActions
- Parameters:
attributeName
- attribute to be changeattributeValue
- new attribute value- Returns:
- this object reference to chain methods calls
-
withLabelHint
Description copied from interface:FluentLabel
Add a label hint that will be appended to the representation of this object for error message.- Specified by:
withLabelHint
in interfaceFluentLabel<FluentWebElement>
- Parameters:
labelHint
- label hints to add- Returns:
- reference to this object to chain calls
-
withLabel
Description copied from interface:FluentLabel
Apply a label that will be displayed as the representation of this object for error message.- Specified by:
withLabel
in interfaceFluentLabel<FluentWebElement>
- Parameters:
label
- label to use- Returns:
- reference to this object to chain calls
-
dom()
instead.