C# Класс SizSelCsZzz.WebDriverExtensions

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

Открытые свойства

Свойство Тип Описание
MaxWaitMS int
WaitIntervalMS int

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

Метод Описание
ClearThenSendKeys ( this element, string text ) : void
ContainsText ( this browser, string text ) : bool
CountElementsMatching ( this browser, string cssSelector ) : int
GetBodyText ( this browser ) : string
WaitForElement ( this node, By condition ) : IWebElement
WaitForElementEx ( this node, By condition, int maxWaitMS = null, int waitIntervalMS = null ) : IWebElement

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

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

public static ClearThenSendKeys ( this element, string text ) : void
element this
text string
Результат void

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

public static ContainsText ( this browser, string text ) : bool
browser this
text string
Результат bool

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

public static CountElementsMatching ( this browser, string cssSelector ) : int
browser this
cssSelector string
Результат int

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

public static GetBodyText ( this browser ) : string
browser this
Результат string

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

public static WaitForElement ( this node, By condition ) : IWebElement
node this
condition OpenQA.Selenium.By
Результат IWebElement

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

public static WaitForElementEx ( this node, By condition, int maxWaitMS = null, int waitIntervalMS = null ) : IWebElement
node this
condition OpenQA.Selenium.By
maxWaitMS int
waitIntervalMS int
Результат IWebElement

Описание свойств

MaxWaitMS публичное статическое свойство

public static int MaxWaitMS
Результат int

WaitIntervalMS публичное статическое свойство

public static int WaitIntervalMS
Результат int