Skip to content

Commit a346d15

Browse files
committed
Update a method summary
1 parent 9d1d5d8 commit a346d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3448,7 +3448,7 @@ def wait_for_attribute(
34483448
by=By.CSS_SELECTOR, timeout=None):
34493449
"""Raises an exception if the element attribute/value is not found.
34503450
If the value is not specified, the attribute only needs to exist.
3451-
Returns the element that contains the attribute.
3451+
Returns the element that contains the attribute if successful.
34523452
Default timeout = LARGE_TIMEOUT."""
34533453
self.__check_scope()
34543454
if not timeout:

0 commit comments

Comments
 (0)