Appium · Example Payload

Appium Server Action Sequence Example

AndroidCross-PlatformiOSMobile TestingOpen SourceOpenJS FoundationTest AutomationWebDriver

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

Top-level fields

typeidparametersactions

Example Payload

Raw ↑
{
  "type": "pointer",
  "id": "finger1",
  "parameters": {},
  "actions": [
    {}
  ]
}