Skip to content

cookies

Namespace: Glutinum.Playwright.BrowserModule.newPage.optionsModule.storageState.U2  Parent: Glutinum.Playwright.BrowserModule.newPage.optionsModule.storageState.U2.Case2Module

type cookies     new : name : string -> value : string -> domain : string -> path : string -> expires : float -> httpOnly : bool -> secure : bool -> sameSite : sameSite -> cookies     property path : string with get     property value : string with get     property expires : float with get     property domain : string with get     property name : string with get     property secure : bool with get     property sameSite : sameSite with get     property httpOnly : bool with get

Constructors

Properties