1

I want to run appium inspector using my browser, you can see what appium I use here https://inspector.appiumpro.com/ and to using this method, I must be run appium -allow-cors in terminal. But, the system display this:

enter image description here

How I can resolve this problem? Thank you in advance.

1 Answers1

3

add " - " before " - allow" : appium --allow-cors

Defandi
  • 124
  • 1
  • 6