public class ElementLocatorSearchContext
extends java.lang.Object
implements org.openqa.selenium.SearchContext
| Constructor and Description |
|---|
ElementLocatorSearchContext(org.openqa.selenium.support.pagefactory.ElementLocator locator)
Creates a new element locator search context.
|
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
findElement(org.openqa.selenium.By by) |
java.util.List<org.openqa.selenium.WebElement> |
findElements(org.openqa.selenium.By by) |
public ElementLocatorSearchContext(org.openqa.selenium.support.pagefactory.ElementLocator locator)
locator - element locatorpublic java.util.List<org.openqa.selenium.WebElement> findElements(org.openqa.selenium.By by)
findElements in interface org.openqa.selenium.SearchContextpublic org.openqa.selenium.WebElement findElement(org.openqa.selenium.By by)
findElement in interface org.openqa.selenium.SearchContextCopyright © 2018 FluentLenium. All Rights Reserved.