C# Class Bumblebee.Extensions.WebElementConvenience

Afficher le fichier Open project: bumblebee/bumblebee

Méthodes publiques

Méthode Description
GetClasses ( this element ) : IEnumerable
GetDriver ( this element ) : IWebDriver
GetID ( this element ) : string
HasClass ( this element, string className ) : bool
SetAttribute ( this element, string attribute, string value ) : void

Private Methods

Méthode Description
GetElement ( this driver, By by ) : IWebElement
GetElements ( this driver, By by ) : IList

Method Details

GetClasses() public static méthode

public static GetClasses ( this element ) : IEnumerable
element this
Résultat IEnumerable

GetDriver() public static méthode

public static GetDriver ( this element ) : IWebDriver
element this
Résultat IWebDriver

GetID() public static méthode

public static GetID ( this element ) : string
element this
Résultat string

HasClass() public static méthode

public static HasClass ( this element, string className ) : bool
element this
className string
Résultat bool

SetAttribute() public static méthode

public static SetAttribute ( this element, string attribute, string value ) : void
element this
attribute string
value string
Résultat void