Class FindByParentPartialIdElementLocator

  • All Implemented Interfaces:
    org.openqa.selenium.support.pagefactory.ElementLocator

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

      • FindByParentPartialIdElementLocator

        public FindByParentPartialIdElementLocator​(org.openqa.selenium.WebDriver driver,
                                                   org.openqa.selenium.support.pagefactory.ElementLocator parentLocator,
                                                   FindByParentPartialId annotation)
    • Method Detail

      • 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