Skip to content

Commit

Permalink
Fix doc to contains correct link syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Apr 28, 2024
1 parent 3cbc641 commit 15b57e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SeleniumLibrary/keywords/expectedconditions.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def wait_for_expected_condition(self, condition: string, *args, timeout: Optiona
The condition must be one of selenium's expected condition which
can be found within the selenium
[https://www.selenium.dev/selenium/docs/api/py/webdriver_support/selenium.webdriver.support.expected_conditions.html#module-selenium.webdriver.support.expected_conditions Python API]
[https://www.selenium.dev/selenium/docs/api/py/webdriver_support/selenium.webdriver.support.expected_conditions.html#module-selenium.webdriver.support.expected_conditions|Python API]
documentation. The expected condition can written as snake_case
(ex title_is) or it can be space delimited (ex Title Is). Some
conditions require additional arguments or ``args`` which should
Expand Down

0 comments on commit 15b57e9

Please sign in to comment.