Playwright Power Platform Toolkit v0.0.4


Playwright Power Platform Toolkit / StorageState

Interface: StorageState

Defined in: utils/auth-helpers.ts:15

Storage state structure

Properties

cookies

cookies: object[]

Defined in: utils/auth-helpers.ts:16

name

name: string

value

value: string

domain

domain: string

path

path: string

expires

expires: number

httpOnly

httpOnly: boolean

secure

secure: boolean

sameSite

sameSite: "Strict" | "Lax" | "None"


origins

origins: object[]

Defined in: utils/auth-helpers.ts:26

origin

origin: string

localStorage

localStorage: object[]