Package io.fluentlenium.core.proxy
Class LastElementLocator
java.lang.Object
io.fluentlenium.core.proxy.LastElementLocator
- All Implemented Interfaces:
org.openqa.selenium.support.pagefactory.ElementLocator
public class LastElementLocator
extends Object
implements org.openqa.selenium.support.pagefactory.ElementLocator
ElementLocator
retrieving the last element from another locator.-
Constructor Summary
ConstructorDescriptionLastElementLocator
(org.openqa.selenium.support.pagefactory.ElementLocator listLocator) Creates a new last element locator. -
Method Summary
-
Constructor Details
-
LastElementLocator
public LastElementLocator(org.openqa.selenium.support.pagefactory.ElementLocator listLocator) Creates a new last element locator.- Parameters:
listLocator
- element list locator
-
-
Method Details
-
findElement
public org.openqa.selenium.WebElement findElement()- Specified by:
findElement
in interfaceorg.openqa.selenium.support.pagefactory.ElementLocator
-
findElements
- Specified by:
findElements
in interfaceorg.openqa.selenium.support.pagefactory.ElementLocator
-
toString
-