File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments