Documentation update request on SeleniumHQ.org

44 views
Skip to first unread message

Roger Cook

unread,
May 23, 2017, 12:47:28 PM5/23/17
to Selenium Users
Hello.. 

In http://www.seleniumhq.org/docs/04_webdriver_advanced.jsp, with csharp code expanded, at //div[@id='implicit-waits']//span[text()='ImplicitlyWait'], when I use that code, I get a warning that "ImplicitlyWait" has been deprecated.

The current usage is: 
driver.Manage().Timeouts().ImplicitlyWait(TimeSpan.FromSeconds(10));



The correct usage would be: 

driver.Manage().Timeouts().ImplicitWait = TimeSpan.FromSeconds(10);

Who can change the documentation and correct this? 

roger

Shawn McCarthy

unread,
May 23, 2017, 11:01:41 PM5/23/17
to Selenium Users

Shawn McCarthy

unread,
May 23, 2017, 11:02:17 PM5/23/17
to Selenium Users
You can fork the project, and open a Pull Request with the change.


On Tuesday, May 23, 2017 at 9:47:28 AM UTC-7, Roger Cook wrote:

Roger Cook

unread,
May 24, 2017, 11:11:39 AM5/24/17
to Selenium Users
Done and done. Didn't know it was a github repo.

roger
Reply all
Reply to author
Forward
0 new messages