Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 2b46339 + a14ee7d commit 6aae842Copy full SHA for 6aae842
source/locating-elements.rst
@@ -103,7 +103,7 @@ The username & password elements can be located like this::
103
username = driver.find_element_by_name('username')
104
password = driver.find_element_by_name('password')
105
106
-This will give the "Login" button as it occur before the "Clear"
+This will give the "Login" button as it occurs before the "Clear"
107
button::
108
109
continue = driver.find_element_by_name('continue')
0 commit comments