Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a14ee7d

Browse files
committed
Correct minor typo on line 106
Fixed a minor type on line 106 from 'as it occur' to 'as it occurs'.
1 parent 2b46339 commit a14ee7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/locating-elements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The username & password elements can be located like this::
103103
username = driver.find_element_by_name('username')
104104
password = driver.find_element_by_name('password')
105105

106-
This will give the "Login" button as it occur before the "Clear"
106+
This will give the "Login" button as it occurs before the "Clear"
107107
button::
108108

109109
continue = driver.find_element_by_name('continue')

0 commit comments

Comments
 (0)