robotframework / SeleniumLibrary

Web testing library for Robot Framework
Apache License 2.0
1.36k stars 751 forks source link

Add new selenium 4 timeout getters #1825

Open emanlove opened 1 year ago

emanlove commented 1 year ago

"Selenium 4 now allows you to query the driver for the current timeout values." [1] Explore how this could be incorporated within the SeleniumLibrary.

References:

  1. Selenium 4 - Retrieve Timeouts - TestingBot Documentation