File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/SeleniumLibrary/keywords Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments