Skip to content

Commit 15b57e9

Browse files
committed
Fix doc to contains correct link syntax
1 parent 3cbc641 commit 15b57e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SeleniumLibrary/keywords/expectedconditions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def wait_for_expected_condition(self, condition: string, *args, timeout: Optiona
2626
2727
The condition must be one of selenium's expected condition which
2828
can be found within the selenium
29-
[https://www.selenium.dev/selenium/docs/api/py/webdriver_support/selenium.webdriver.support.expected_conditions.html#module-selenium.webdriver.support.expected_conditions Python API]
29+
[https://www.selenium.dev/selenium/docs/api/py/webdriver_support/selenium.webdriver.support.expected_conditions.html#module-selenium.webdriver.support.expected_conditions|Python API]
3030
documentation. The expected condition can written as snake_case
3131
(ex title_is) or it can be space delimited (ex Title Is). Some
3232
conditions require additional arguments or ``args`` which should

0 commit comments

Comments
 (0)