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 7ac5968 + 74c6c90 commit 67bb0d6Copy full SHA for 67bb0d6
source/getting-started.rst
@@ -195,7 +195,7 @@ in it::
195
WebDriver offers a number of ways to find elements using one of the
196
`find_element_by_*` methods. For example, the input text element can
197
be located by its `name` attribute using `find_element_by_name`
198
-method. Detailed explanation of findind elements is available in the
+method. Detailed explanation of finding elements is available in the
199
:ref:`locating-elements` chapter::
200
201
elem = driver.find_element_by_name("q")
0 commit comments