Class FindByParentPartialIdElementLocator

java.lang.Object
org.primefaces.selenium.findby.FindByParentPartialIdElementLocator
All Implemented Interfaces:
org.openqa.selenium.support.pagefactory.ElementLocator

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

    • FindByParentPartialIdElementLocator

      public FindByParentPartialIdElementLocator(org.openqa.selenium.WebDriver driver, org.openqa.selenium.support.pagefactory.ElementLocator parentLocator, FindByParentPartialId annotation)
  • 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