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 9d1d5d8 commit a346d15Copy full SHA for a346d15
seleniumbase/fixtures/base_case.py
@@ -3448,7 +3448,7 @@ def wait_for_attribute(
3448
by=By.CSS_SELECTOR, timeout=None):
3449
"""Raises an exception if the element attribute/value is not found.
3450
If the value is not specified, the attribute only needs to exist.
3451
- Returns the element that contains the attribute.
+ Returns the element that contains the attribute if successful.
3452
Default timeout = LARGE_TIMEOUT."""
3453
self.__check_scope()
3454
if not timeout:
0 commit comments