How to change the cookies of the browser in an web automation flow. i have different servers for which we use cookies to navigate to particular one

How to change the cookies of the browser in an web automation flow.

Hi @vickybala999

Use ctrl+f with send hot key and navigate to History and then chosse the particular website

Thanks
Ashwin S

i don’t think you understood the question. let me put this way.
what is the template or code to set the cookie for the particular web application after opening the website.

Hi @vickybala999

Use HTTP Request activity and use method as POST or get

Thanks
Ashwin S

You need to invoke javascript to read the cookies of the browser first and pick out the required one with the name and then again the another piece of code to add it to the browser.

If that is your internal application, you can save the required cookie to the internal storage or session storage of the browser and use it another application just by reading the internal storage with the name you gave to the cookie

1 Like