Click or drag to resize
DriverUtilitiesWaitForElementVisible Method
Method to wait for Element to be Visible

You need to pass the locator and time to wait for in seconds default time is 30 secondsWebDriverWait for more information.

Namespace: SeleniumUtilities
Assembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void WaitForElementVisible(
	By locator,
	int seconds = 30
)

Parameters

locator
Type: By

[Missing <param name="locator"/> documentation for "M:SeleniumUtilities.DriverUtilities.WaitForElementVisible(OpenQA.Selenium.By,System.Int32)"]

seconds (Optional)
Type: SystemInt32

[Missing <param name="seconds"/> documentation for "M:SeleniumUtilities.DriverUtilities.WaitForElementVisible(OpenQA.Selenium.By,System.Int32)"]

See Also