public class Search extends Object implements SearchActions<FluentWebElement>
| Constructor and Description |
|---|
Search(org.openqa.selenium.SearchContext context) |
| Modifier and Type | Method and Description |
|---|---|
FluentList<FluentWebElement> |
find(String name,
Filter... filters)
Central methods to find elements on the page.
|
FluentWebElement |
find(String name,
Integer number,
Filter... filters)
Return the elements at the numner position into the the lists corresponding to the cssSelector with it filters
|
FluentWebElement |
findFirst(String name,
Filter... filters)
Return the first elements corresponding to the name and the filters
|
public FluentList<FluentWebElement> find(String name, Filter... filters)
find in interface SearchActions<FluentWebElement>name - filters - public FluentWebElement find(String name, Integer number, Filter... filters)
find in interface SearchActions<FluentWebElement>name - number - filters - public FluentWebElement findFirst(String name, Filter... filters)
findFirst in interface SearchActions<FluentWebElement>name - filters - Copyright © 2014 AConsulting. All Rights Reserved.