Class FirstElementLocator

java.lang.Object
io.fluentlenium.core.proxy.AtIndexElementLocator
io.fluentlenium.core.proxy.FirstElementLocator
All Implemented Interfaces:
org.openqa.selenium.support.pagefactory.ElementLocator

public class FirstElementLocator extends AtIndexElementLocator
ElementLocator retrieving the first element from another locator.
  • Constructor Details

    • FirstElementLocator

      public FirstElementLocator (org.openqa.selenium.support.pagefactory.ElementLocator listLocator)
      Creates a new first element locator.
      Parameters:
      listLocator - element list locator
  • Method Details