Skip to content

Commit 6e1cf24

Browse files
authored
Update link to Selenium implicit wait documention (#1365)
1 parent 64240ea commit 6e1cf24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SeleniumLibrary/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ class SeleniumLibrary(DynamicCore):
250250
Implicit wait specifies the maximum time how long Selenium waits when
251251
searching for elements. It can be set by using the `Set Selenium Implicit
252252
Wait` keyword or with the ``implicit_wait`` argument when `importing`
253-
the library. See [http://seleniumhq.org/docs/04_webdriver_advanced.html|
253+
the library. See [https://www.seleniumhq.org/docs/04_webdriver_advanced.jsp|
254254
Selenium documentation] for more information about this functionality.
255255
256256
See `time format` below for supported syntax.

0 commit comments

Comments
 (0)