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 e7234fc commit 9e255a4Copy full SHA for 9e255a4
examples/my_first_test.py
@@ -76,8 +76,11 @@ def test_basic(self):
76
# title = element.get_attribute("title")
77
# ]
78
#
79
- # For backwards-compatibilty, some methods have multiple names.
+ # For backwards-compatibilty, some SeleniumBase methods that do the
80
+ # same thing have multiple names, kept on from previous versions.
81
# Ex: wait_for_element_visible() is the same as find_element().
82
# Both search for and return the element, and raise an exception if
83
# the element does not appear on the page within the timeout limit.
84
+ # And assert_element() also does this (minus returning the element).
85
+ #
86
# (See seleniumbase/fixtures/base_case.py for the full method list.)
0 commit comments