We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64240ea commit 6e1cf24Copy full SHA for 6e1cf24
src/SeleniumLibrary/__init__.py
@@ -250,7 +250,7 @@ class SeleniumLibrary(DynamicCore):
250
Implicit wait specifies the maximum time how long Selenium waits when
251
searching for elements. It can be set by using the `Set Selenium Implicit
252
Wait` keyword or with the ``implicit_wait`` argument when `importing`
253
- the library. See [http://seleniumhq.org/docs/04_webdriver_advanced.html|
+ the library. See [https://www.seleniumhq.org/docs/04_webdriver_advanced.jsp|
254
Selenium documentation] for more information about this functionality.
255
256
See `time format` below for supported syntax.
0 commit comments