|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ElementLocator | |
|---|---|
| org.openqa.selenium.support.pagefactory | |
| org.openqa.selenium.support.pagefactory.internal | |
| Uses of ElementLocator in org.openqa.selenium.support.pagefactory |
|---|
| Classes in org.openqa.selenium.support.pagefactory that implement ElementLocator | |
|---|---|
class |
AjaxElementLocator
An element locator that will wait for the specified number of seconds for an element to appear, rather than failing instantly if it's not present. |
class |
DefaultElementLocator
The default element locator, which will lazily locate an element or an element list on a page. |
| Methods in org.openqa.selenium.support.pagefactory that return ElementLocator | |
|---|---|
ElementLocator |
ElementLocatorFactory.createLocator(Field field)
When a field on a class needs to be decorated with an ElementLocator this method will
be called. |
ElementLocator |
DefaultElementLocatorFactory.createLocator(Field field)
|
ElementLocator |
AjaxElementLocatorFactory.createLocator(Field field)
|
| Methods in org.openqa.selenium.support.pagefactory with parameters of type ElementLocator | |
|---|---|
protected List<WebElement> |
DefaultFieldDecorator.proxyForListLocator(ClassLoader loader,
ElementLocator locator)
|
protected WebElement |
DefaultFieldDecorator.proxyForLocator(ClassLoader loader,
ElementLocator locator)
|
| Uses of ElementLocator in org.openqa.selenium.support.pagefactory.internal |
|---|
| Constructors in org.openqa.selenium.support.pagefactory.internal with parameters of type ElementLocator | |
|---|---|
LocatingElementHandler(ElementLocator locator)
|
|
LocatingElementListHandler(ElementLocator locator)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||