C# Класс Bumblebee.Extensions.WebElementConvenience

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
GetElement ( this driver, By by ) : IWebElement
GetElements ( this driver, By by ) : IList

Описание методов

GetClasses() публичный статический Метод

public static GetClasses ( this element ) : IEnumerable
element this
Результат IEnumerable

GetDriver() публичный статический Метод

public static GetDriver ( this element ) : IWebDriver
element this
Результат IWebDriver

GetID() публичный статический Метод

public static GetID ( this element ) : string
element this
Результат string

HasClass() публичный статический Метод

public static HasClass ( this element, string className ) : bool
element this
className string
Результат bool

SetAttribute() публичный статический Метод

public static SetAttribute ( this element, string attribute, string value ) : void
element this
attribute string
value string
Результат void