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.
1 parent 2b46339 commit a14ee7dCopy full SHA for a14ee7d
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