Appium Inspector - Capability Sets save location

Noobi here. Creating some integration plugins for VSCode and other things.

Where does Appium Inspector store the Capabilities Sets? I would like to use them to connect some tests we run in VSCode without having to copy and paste the .json into my testing app. Is there a way I can read them directly?

Thanks.

Joe McElprang

AD uses https://www.npmjs.com/package/electron-settings to persistence its data. As far as I can see by default settings should be stored to the user data folder. Check https://github.com/appium/appium-desktop/blob/master/app/renderer/actions/Session.js for more details.

Perhaps @KazuCocoa could provide more detailed info on that.

1 Like