Click or drag to resize
DriverUtilitiesWaitForElementIsClickable Method (IWebElement, Int32)
This method is used to wait for element to be ready before clicking

Namespace: SeleniumUtilities
Assembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void WaitForElementIsClickable(
	IWebElement element,
	int seconds = 30
)

Parameters

element
Type: IWebElement

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

seconds (Optional)
Type: SystemInt32

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

See Also