Appium · Example Payload

Appium Server App Id Request Example

AndroidCross-PlatformiOSMobile TestingOpen SourceOpenJS FoundationTest AutomationWebDriver

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

Top-level fields

appIdbundleIdoptions

Example Payload

Raw ↑
{
  "appId": "com.example.app",
  "bundleId": "com.example.app",
  "options": {}
}