Appium · Schema

Cookie

Browser cookie object from a WebDriver session

AndroidCross-PlatformiOSMobile TestingOpen SourceOpenJS FoundationTest AutomationWebDriver

Properties

Name Type Description
name string Cookie name
value string Cookie value
domain string Cookie domain
path string Cookie path
httpOnly boolean Whether the cookie is HTTP-only
secure boolean Whether the cookie requires HTTPS
expiry integer Cookie expiry as Unix timestamp
View JSON Schema on GitHub