Skip to content

Commit 9f5b9c7

Browse files
committed
Minor spelling correction
1 parent 22b9dd2 commit 9f5b9c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SeleniumLibrary/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ class SeleniumLibrary(DynamicCore):
202202
used to specify multiple locators. This is useful, is some part of locator would match as the locator separator
203203
but it should not. Or if there is need to existing WebElement as locator.
204204
205-
Although all locators support chaining, some locator strategies do not abey the chaining. This is because
205+
Although all locators support chaining, some locator strategies do not obey the chaining. This is because
206206
some locator strategies use JavaScript to find elements and JavaScript is executed for the whole browser context
207207
and not for the element found be the previous locator. Chaining is supported by locator strategies which
208208
are based on Selenium API, like `xpath` or `css`, but example chaining is not supported by `sizzle` or `jquery

0 commit comments

Comments
 (0)