I have updated my Appium to v1.22.0, also installed new appium inspector.
Added all capabilities and path. I am getting error message when I try to start the session in Appium inspector:
"Could not connect to server; are you sure it’s running? If you are using the browser version, also ensure your Appium server has been started with --allow-cors."
As mentioned on github I tried to start Appium server with --allow-cors
using command : appium --allow-cors
Still I see same issue. I updated my node.js also.
Please helpme to understand what is the issue.