Class LazyElementLocator

java.lang.Object
org.primefaces.selenium.internal.proxy.LazyElementLocator
All Implemented Interfaces:
org.openqa.selenium.support.pagefactory.ElementLocator

public class LazyElementLocator extends Object implements org.openqa.selenium.support.pagefactory.ElementLocator
  • Constructor Details

    • LazyElementLocator

      public LazyElementLocator(org.openqa.selenium.support.pagefactory.ElementLocatorFactory elf, Field field)
  • Method Details

    • findElement

      public org.openqa.selenium.WebElement findElement()
      Specified by:
      findElement in interface org.openqa.selenium.support.pagefactory.ElementLocator
    • findElements

      public List<org.openqa.selenium.WebElement> findElements()
      Specified by:
      findElements in interface org.openqa.selenium.support.pagefactory.ElementLocator