You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/waits.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ ExpectedCondition types.
58
58
59
59
There are some common conditions that are frequently of use when
60
60
automating web browsers. Listed below are the names of
61
-
each. Selenium Python binding provides some convienence methods so you
61
+
each. Selenium Python binding provides some `convenience methods<http://selenium-python.readthedocs.io/api.html#module-selenium.webdriver.support.expected_conditions>`_ so you
62
62
don't have to code an expected_condition class yourself or create your
0 commit comments