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 3cbc641 commit 15b57e9Copy full SHA for 15b57e9
src/SeleniumLibrary/keywords/expectedconditions.py
@@ -26,7 +26,7 @@ def wait_for_expected_condition(self, condition: string, *args, timeout: Optiona
26
27
The condition must be one of selenium's expected condition which
28
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]
+ [https://www.selenium.dev/selenium/docs/api/py/webdriver_support/selenium.webdriver.support.expected_conditions.html#module-selenium.webdriver.support.expected_conditions|Python API]
30
documentation. The expected condition can written as snake_case
31
(ex title_is) or it can be space delimited (ex Title Is). Some
32
conditions require additional arguments or ``args`` which should
0 commit comments