The webStorage fixture API exposed to test bodies.
Remarks
Provides typed access to both localStorage and sessionStorage via the
Playwright 1.61+ Web Storage API. Feature-gated — throws
PramanError with ErrorCode.ERR_COMPAT_FEATURE_UNAVAILABLE
when the installed Playwright version is older than 1.61.
The
webStoragefixture API exposed to test bodies.Remarks
Provides typed access to both
localStorageandsessionStoragevia the Playwright 1.61+ Web Storage API. Feature-gated — throws PramanError with ErrorCode.ERR_COMPAT_FEATURE_UNAVAILABLE when the installed Playwright version is older than 1.61.Capability
webStorage.fixture
Example