| WebDriverExtensionsIsElementPresent Method |
Framework to automate tests using Selenium WebDriver
Wait for element to be displayed for specified time.
Namespace: Ocaramba.ExtensionsAssembly: OcarambaLite (in OcarambaLite.dll) Version: 1.0.0+d8e789f8644d1a9b63485ad7914acf4f489f3ef9
Syntax Example Example code to wait for login Button:
this.Driver.IsElementPresent(this.loginButton, BaseConfiguration.ShortTimeout);
See Also