Click or drag to resize

DriversCustomSettingsSetAngularSynchronizationForDriver Method

Framework to automate tests using Selenium WebDriver
Set angular synchronization for driver.

Namespace: Ocaramba
Assembly: OcarambaLite (in OcarambaLite.dll) Version: 4.2.4
Syntax
C#
public static void SetAngularSynchronizationForDriver(
	IWebDriver driver,
	bool enable
)
Request Example

Parameters

driver  IWebDriver
Provide driver.
enable  Boolean
Set true to enable.
See Also