Skip to content

Commit 2141caf

Browse files
authored
Merge pull request #1972 from emanlove/1962-add-locator-type
1962 add locator type
2 parents 02b7378 + b74848e commit 2141caf

File tree

12 files changed

+128
-127
lines changed

12 files changed

+128
-127
lines changed

atest/acceptance/keywords/cookies.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ Add Cookies
139139
${tomorrow_thistime_datetime} = Convert Date ${tomorrow_thistime} datetime
140140
Set Suite Variable ${tomorrow_thistime_datetime}
141141
Add Cookie another value expiry=${tomorrow_thistime}
142-
Add Cookie far_future timemachine expiry=1788236700 # 2026-09-01 12:25:00
142+
Add Cookie far_future timemachine expiry=1788240300 # 2026-09-01 12:25:00

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
Operating System :: OS Independent
1414
Programming Language :: Python
1515
Programming Language :: Python :: 3
16-
Programming Language :: Python :: 3.8
17-
Programming Language :: Python :: 3.9
1816
Programming Language :: Python :: 3.10
1917
Programming Language :: Python :: 3.11
2018
Programming Language :: Python :: 3.12

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)