Manage cookies with Browse steps
Use a Browse step to add or delete cookies directly by a request.
-
To add a new cookie to the CookieStore, type the required value in the URL field of the Browse step.
Example: cef://cookies/create?domain=MyDomain.com&name=MyCookie&value=MyValue&path=/MyPath&expires=2030-12-31T20:30:10.000Z&http=on&secure=off
-
To delete a cookie from the CookieStore, type the required value in the URL field of the Browse step.
Example: cef://cookies/remove?domain=.MyDomain.com&name=MyCookie&value=MyValue&path=/MyPath&expires=2030-12-31T20:30:10.000Z&http=on&secure=off
-
To delete all cookies from the CookieStore, type the following value in the URL field of the Browse step:
cef://cookies/removeall