Appium · Example Payload

Appium Server Error Response Example

AndroidCross-PlatformiOSMobile TestingOpen SourceOpenJS FoundationTest AutomationWebDriver

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

Top-level fields

value

Example Payload

Raw ↑
{
  "value": {
    "error": "no such element",
    "message": "An element could not be located on the page using the given search parameters.",
    "stacktrace": "Error: An element could not be located\n  at Driver.findElement"
  }
}