Appium · Example Payload

Appium Server Cookie Example

AndroidCross-PlatformiOSMobile TestingOpen SourceOpenJS FoundationTest AutomationWebDriver

Appium Server Cookie Example is an example object payload from Appium, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namevaluedomainpathhttpOnlysecureexpiry

Example Payload

Raw ↑
{
  "name": "session",
  "value": "abc123",
  "domain": "example.com",
  "path": "/",
  "httpOnly": false,
  "secure": false,
  "expiry": 470
}