Playwright test object extended with the webStorage fixture.
Remarks
Provides typed access to page.localStorage and page.sessionStorage
(Playwright 1.61+). Feature-gated via assertWebStorageAvailable —
throws at setup time on older Playwright versions so failures surface early.
Playwright test object extended with the
webStoragefixture.