 | DriversCustomSettingsSetAngularSynchronizationForDriver Method |
Framework to automate tests using Selenium WebDriver
Set angular synchronization for driver.
Namespace: OcarambaAssembly: OcarambaLite (in OcarambaLite.dll) Version: 4.2.8+a9b8573c8e7a79d20d13aab3058972497cab0398
Syntaxpublic static void SetAngularSynchronizationForDriver(
IWebDriver driver,
bool enable
)
Request Example
Parameters
- driver IWebDriver
- Provide driver.
- enable Boolean
- Set true to enable.
See Also