How to define capabilities in Appium inspector?

What’s the code we need to use to define capabilities in Appium inspector?

Hello Matthew,

The below are the must-use capabilities:

{
  "appium:app": "app_URL",
  "platformName": "platform",
  "appium:deviceName": "",
  "appium:platformVersion": "",
  "appium:isRealMobile": true
}

In the Appium Inspector UI, you can find the field options for adding the capabilities. You can either use the UI or you can put the capabilities in the JSON in the JSON representation section at the UI of the Appium Inspector.