Appium · JSON Structure

Appium Server Session Info Structure

Information about a single active Appium session

Type: object Properties: 2
AndroidCross-PlatformiOSMobile TestingOpen SourceOpenJS FoundationTest AutomationWebDriver

SessionInfo is a JSON Structure definition published by Appium, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id capabilities

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/appium/refs/heads/main/json-structure/appium-server-session-info-structure.json",
  "name": "SessionInfo",
  "description": "Information about a single active Appium session",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Session identifier",
      "example": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
    },
    "capabilities": {
      "type": "object",
      "description": "The capabilities used to create the session"
    }
  }
}