Error | Selenium C# Forum
B
Bhavani Posted on 12/11/2018

Non-invocable member cannot be used like a method?

Timeouts().ImplicitWait(TimeSpan.FromSeconds(10));

G
gunjan Replied on 13/11/2018

Use the  below command:
driver.Manage().Timeouts().ImplicitWait = TimeSpan.FromSeconds(10);


B
Bhavani Replied on 13/11/2018

Thank you solved the problem