Class ByAll

  • All Implemented Interfaces:
    java.io.Serializable

    public class ByAll
    extends org.openqa.selenium.support.pagefactory.ByAll
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.openqa.selenium.By

        org.openqa.selenium.By.ByClassName, org.openqa.selenium.By.ByCssSelector, org.openqa.selenium.By.ById, org.openqa.selenium.By.ByLinkText, org.openqa.selenium.By.ByName, org.openqa.selenium.By.ByPartialLinkText, org.openqa.selenium.By.ByTagName, org.openqa.selenium.By.ByXPath, org.openqa.selenium.By.Remotable
    • Constructor Summary

      Constructors 
      Constructor Description
      ByAll​(org.openqa.selenium.By[] bys)
      Finds all elements that matches any of the locators in sequence.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openqa.selenium.WebElement findElement​(org.openqa.selenium.SearchContext context)  
      • Methods inherited from class org.openqa.selenium.support.pagefactory.ByAll

        findElements, toString
      • Methods inherited from class org.openqa.selenium.By

        className, cssSelector, equals, getJavascriptExecutor, getWebDriver, hashCode, id, linkText, name, partialLinkText, tagName, xpath
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ByAll

        public ByAll​(org.openqa.selenium.By[] bys)
        Finds all elements that matches any of the locators in sequence.
        Parameters:
        bys - is a set of By which forms the all possible searching.
    • Method Detail

      • findElement

        public org.openqa.selenium.WebElement findElement​(org.openqa.selenium.SearchContext context)
        Overrides:
        findElement in class org.openqa.selenium.support.pagefactory.ByAll