I am using Robot framework, is there a way I can capture the session ID at runtime?
Hi Helen!
For getting the session ID in Robot framework, you can use the below code where you will need to define the variable: cookie_value
and the library BuiltIn
${cookie_value} Get Session Id
BuiltIn.Log To Console ${cookie_value}