How to verify - retrieve cookies from an http(s) session

Hi,
In order to verify when I access a sub-URL (https://example.com/create_order), if I need to connect, reconnect (session timeout) first, is there any simple solution?

If not, I would try to verify if sessionid is available in the cookies
However I dont find any function to get access to the cookies that UIPath could save when using “Open Browser” or “Attach Browser”

Does anyone have a solution?

1 Like

If you are having session id in a cookie, you could use inject js inside open browser activity.