Back to Daily Feed 
Playwright v1.61.0: WebAuthn Passkeys & Web Storage APIs
Must Read
Originally published on Playwright Releases
View Original Article
Share this article:
Summary & Key Takeaways
- Introduces a new WebAuthn passkeys API via
browserContext.credentials. - Allows tests to register and use virtual passkeys without real hardware.
- Adds a new WebStorage API for
localStorageandsessionStorageaccess. - New
apiResponse.securityDetails()andapiResponse.serverAddr()mirror browser APIs. - Enhanced video recording options for the test runner.
Our Commentary
Playwright just keeps delivering. The WebAuthn passkeys API is a game-changer for testing modern authentication flows; no more faking it. And direct Web Storage access? Yes, please. These are quality-of-life improvements that make a real difference for developers.
View Original Article
Share this article: