Uses of Class
org.seleniumhq.selenium.fluent.FluentBy.ByAttribute

Packages that use FluentBy.ByAttribute
org.seleniumhq.selenium.fluent   
 

Uses of FluentBy.ByAttribute in org.seleniumhq.selenium.fluent
 

Subclasses of FluentBy.ByAttribute in org.seleniumhq.selenium.fluent
static class FluentBy.NotByAttribute
           
 

Methods in org.seleniumhq.selenium.fluent that return FluentBy.ByAttribute
static FluentBy.ByAttribute FluentBy.attribute(String name)
          Finds elements by the presence of an attribute name irrespective of element name.
static FluentBy.ByAttribute FluentBy.attribute(String name, String value)
          Finds elements by an named attribute matching a given value, irrespective of element name.
static FluentBy.ByAttribute FluentBy.notAttribute(String name)
          Finds elements by an named attribute not being present in the element, irrespective of element name.
 

Methods in org.seleniumhq.selenium.fluent with parameters of type FluentBy.ByAttribute
static org.seleniumhq.selenium.fluent.FluentBy.ByComposite FluentBy.composite(org.openqa.selenium.By.ByTagName b0, FluentBy.ByAttribute b1)
           
 



Copyright © 2013. All Rights Reserved.