public class SmartElementLocator extends Object implements org.openqa.selenium.support.pagefactory.ElementLocator
Constructor and Description |
---|
SmartElementLocator(org.openqa.selenium.SearchContext searchContext,
Field field) |
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.WebElement |
findElement()
Find the element.
|
List<org.openqa.selenium.WebElement> |
findElements()
Find the element list.
|
public SmartElementLocator(org.openqa.selenium.SearchContext searchContext, Field field)
public org.openqa.selenium.WebElement findElement()
findElement
in interface org.openqa.selenium.support.pagefactory.ElementLocator
public List<org.openqa.selenium.WebElement> findElements()
findElements
in interface org.openqa.selenium.support.pagefactory.ElementLocator
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.