Skip to content

v8.33.0

Choose a tag to compare

@sonic16x sonic16x released this 23 Oct 14:45
· 218 commits to master since this release

This release introduces new built-in browser commands.

🚀 Improvements

We've added two new commands:

You can use them to save the browser state (cookies, localStorage, sessionStorage) on one page and restore it on another. For example, you can log in once before all tests, save the state, and then in every new test simply restore the state instead of logging in again each time.