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

Skip to content

Commit 3fd26de

Browse files
committed
Update locating-elements.rst
fix some typos
1 parent 11dbd17 commit 3fd26de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/locating-elements.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ strategy, the first element with the `name` attribute value matching
8585
the location will be returned. If no element has a matching `name`
8686
attribute, a ``NoSuchElementException`` will be raised.
8787

88-
For instance, conside this page source::
88+
For instance, consider this page source::
8989

9090
<html>
9191
<body>
@@ -133,7 +133,7 @@ or name attribute (ideally a parent element) you can locate your
133133
target element based on the relationship. This is much less likely to
134134
change and can make your tests more robust.
135135

136-
For instance, conside this page source::
136+
For instance, consider this page source::
137137

138138
<html>
139139
<body>
@@ -241,7 +241,7 @@ strategy, the first element with the given tag name will be returned.
241241
If no element has a matching tag name, a ``NoSuchElementException``
242242
will be raised.
243243

244-
For instance, conside this page source::
244+
For instance, consider this page source::
245245

246246
<html>
247247
<body>

0 commit comments

Comments
 (0)