Appium · Example Payload

Appium Server Find Element Request Example

AndroidCross-PlatformiOSMobile TestingOpen SourceOpenJS FoundationTest AutomationWebDriver

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

Top-level fields

usingvalue

Example Payload

Raw ↑
{
  "using": "css selector",
  "value": "Login Button"
}