I used script to handle wait for AngularJS
processing, and SetScriptTimeout
(as below code) and after update to selenium 3.2.0 , I am getting following warning
ITimeouts.SetScriptTimeout(TimeSpan) is obsolete ........., Please set the AsynchronousJavaScript property instead
driver.Manage().Timeouts().SetScriptTimeout(TimeSpan.FromMilliseconds(10));
How to solve this warning?