C# Class Selenium.Extensions.WaitUntil

Mostra file Open project: Jayman1305/Selenium.Extensions

Public Methods

Method Description
ElementPresent ( IWebDriver browser, By locator, System.TimeSpan timeSpan = null ) : void

Waits for the element to be present present with a optional time.

Private Methods

Method Description
WaitForElement ( IWebDriver browser, By locator, System.TimeSpan timespan ) : void

Waits for the element to be presentr.

Method Details

ElementPresent() public static method

Waits for the element to be present present with a optional time.
public static ElementPresent ( IWebDriver browser, By locator, System.TimeSpan timeSpan = null ) : void
browser IWebDriver The browser.
locator By The locator.
timeSpan System.TimeSpan The time span.
return void