Interface: Cookie
@appium/types.Cookie
Table of contents
Properties
Properties
domain
• Optional domain: string
Defined in
node_modules/@appium/types/lib/driver.ts:511
expiry
• Optional expiry: number
Defined in
node_modules/@appium/types/lib/driver.ts:514
httpOnly
• Optional httpOnly: boolean
Defined in
node_modules/@appium/types/lib/driver.ts:513
name
• name: string
Defined in
node_modules/@appium/types/lib/driver.ts:508
path
• Optional path: string
Defined in
node_modules/@appium/types/lib/driver.ts:510
sameSite
• Optional sameSite: "Lax" | "Strict"
Defined in
node_modules/@appium/types/lib/driver.ts:515
secure
• Optional secure: boolean
Defined in
node_modules/@appium/types/lib/driver.ts:512
value
• value: string
Defined in
node_modules/@appium/types/lib/driver.ts:509