C# Class SizSelCsZzz.WebDriverExtensions

Afficher le fichier Open project: fschwiet/SizSelCsZzz

Méthodes publiques

Свойство Type Description
MaxWaitMS int
WaitIntervalMS int

Méthodes publiques

Méthode Description
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

Method Details

ClearThenSendKeys() public static méthode

public static ClearThenSendKeys ( this element, string text ) : void
element this
text string
Résultat void

ContainsText() public static méthode

public static ContainsText ( this browser, string text ) : bool
browser this
text string
Résultat bool

CountElementsMatching() public static méthode

public static CountElementsMatching ( this browser, string cssSelector ) : int
browser this
cssSelector string
Résultat int

GetBodyText() public static méthode

public static GetBodyText ( this browser ) : string
browser this
Résultat string

WaitForElement() public static méthode

public static WaitForElement ( this node, By condition ) : IWebElement
node this
condition OpenQA.Selenium.By
Résultat IWebElement

WaitForElementEx() public static méthode

public static WaitForElementEx ( this node, By condition, int maxWaitMS = null, int waitIntervalMS = null ) : IWebElement
node this
condition OpenQA.Selenium.By
maxWaitMS int
waitIntervalMS int
Résultat IWebElement

Property Details

MaxWaitMS public_oe static_oe property

public static int MaxWaitMS
Résultat int

WaitIntervalMS public_oe static_oe property

public static int WaitIntervalMS
Résultat int