Update comments

This commit is contained in:
Michael Mintz 2022-09-20 16:48:08 -04:00
parent 1d2bf4e5c3
commit 2a2d5c48bd
1 changed files with 3 additions and 1 deletions

View File

@ -1477,7 +1477,9 @@ class BaseCase(unittest.TestCase):
timeout=None,
hard_fail=True,
):
"""This method uses JavaScript to get the value of an attribute."""
"""This method uses JavaScript to get the value of an attribute.
If the attribute doesn't exist or isn't found, an exception will
get raised if hard_fail is True (otherwise None is returned)."""
self.__check_scope()
if not timeout:
timeout = settings.SMALL_TIMEOUT