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

Skip to content

Commit 74c6c90

Browse files
committed
Update getting-started.rst
1 parent 7ac5968 commit 74c6c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ in it::
195195
WebDriver offers a number of ways to find elements using one of the
196196
`find_element_by_*` methods. For example, the input text element can
197197
be located by its `name` attribute using `find_element_by_name`
198-
method. Detailed explanation of findind elements is available in the
198+
method. Detailed explanation of finding elements is available in the
199199
:ref:`locating-elements` chapter::
200200

201201
elem = driver.find_element_by_name("q")

0 commit comments

Comments
 (0)