DriverUtilitiesWaitForElementIsClickable Method (IWebElement, Int32) |
This method is used to wait for element to be ready before clicking
Namespace: SeleniumUtilitiesAssembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void WaitForElementIsClickable(
IWebElement element,
int seconds = 30
)
Public Shared Sub WaitForElementIsClickable (
element As IWebElement,
Optional seconds As Integer = 30
)
public:
static void WaitForElementIsClickable(
IWebElement^ element,
int seconds = 30
)
static member WaitForElementIsClickable :
element : IWebElement *
?seconds : int
(* Defaults:
let _seconds = defaultArg seconds 30
*)
-> unit
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