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