Web Automation Practice

Cookies and Storage

Instructions: Use the buttons to set, read, and clear data from cookies, local storage, and session storage.

Validation: Your script should click a "Set" button and then a "Read" button to verify the data was stored correctly.

Standard Cookie


JWT Cookie

This sets a cookie named 'jwt_token' with a mock JWT value.


Local Storage


Session Storage

Output