Class ByAttribute

  • All Implemented Interfaces:
    java.io.Serializable

    @ParametersAreNonnullByDefault
    public class ByAttribute
    extends org.openqa.selenium.By.ByCssSelector
    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
    • Constructor Summary

      Constructors 
      Constructor Description
      ByAttribute​(java.lang.String attributeName, java.lang.String attributeValue)  
    • Method Summary

      • Methods inherited from class org.openqa.selenium.By.ByCssSelector

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

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

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

      • ByAttribute

        public ByAttribute​(java.lang.String attributeName,
                           java.lang.String attributeValue)