We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ef4b25 + 54ba867 commit eea629cCopy full SHA for eea629c
atest/acceptance/keywords/cookies.robot
@@ -9,8 +9,11 @@ Library DateTime
9
*** Test Cases ***
10
Get Cookies
11
${cookies}= Get Cookies
12
+ Should Contain ${cookies} test=seleniumlibrary
13
+ Should Contain ${cookies} another=value
14
+ Should Contain ${cookies} far_future=timemachine
15
Should Match Regexp ${cookies}
- ... ^(test=seleniumlibrary; another=value)|(another=value; test=seleniumlibrary)$
16
+ ... ^(?:test=seleniumlibrary|another=value|far_future=timemachine)(?:; (?:test=seleniumlibrary|another=value|far_future=timemachine)){2}$
17
18
Get Cookies As Dict
19
${cookies}= Get Cookies as_dict=True
0 commit comments