1

I have trashed the older version of appium desktop (1.13) from application. Later on I installed the latest version of appium desktop (1.15).

When I started the appium server and click on appium inspector icon, I can still see the saved capabilities of previously installed appium desktop.

Screenshot of saved capabilities

How do I clean install the latest appium desktop?

thmspl
  • 2,437
  • 3
  • 22
  • 48
amitsahu86
  • 29
  • 2
  • 8

1 Answers1

0

You need to remove the cached settings as well. Running the below command in a terminal will remove the Appium desktop's saved settings.

rm ~/Library/Application\ Support/appium-desktop/Settings

Huzaifa Iftikhar
  • 755
  • 1
  • 6
  • 9