Skip to content

Commit 4887ee2

Browse files
committed
Fixes bug in Get Cookie documentation formatting
1 parent 7a35765 commit 4887ee2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/SeleniumLibrary/keywords/cookie.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ def get_cookie(self, name):
7777
| httpOnly | When true, cookie is not accessible via JavaScript. |
7878
| expiry | Python datetime object indicating when the cookie expires. |
7979
80-
See the [https://w3c.github.io/webdriver/webdriver-spec.html#cookies
81-
WebDriver specification] for details about the cookie information.
80+
See the
81+
[https://w3c.github.io/webdriver/webdriver-spec.html#cookies|WebDriver specification]
82+
for details about the cookie information.
8283
Notice that ``expiry`` is specified as a
83-
[https://docs.python.org/3/library/datetime.html#datetime.datetime
84-
datetime object], not as seconds since Unix Epoch like WebDriver
85-
natively does.
84+
[https://docs.python.org/3/library/datetime.html#datetime.datetime|datetime object],
85+
not as seconds since Unix Epoch like WebDriver natively does.
8686
8787
Example:
8888
| `Add Cookie` | foo | bar |

0 commit comments

Comments
 (0)