Facing this issue while working on appium. couldnt able to launch the app in the simulator as appium server is throwing the above error.
相关问题
- Appium & Webdriver (webdriverjs) - cannot execute
- How to get app information like app version, devic
- How to skip Chrome Welcome screen, every time I ru
- Is it possible to automate an app downloaded from
- Does Xcode's Debug Navigator work different fr
相关文章
- appiumUI自动化send_keys()或者set_value()输入字符不识别,提示Did y
- Appium: “An element could not be located on the pa
- How to Perform Scroll up and Down in Android For L
- An unknown server-side error occurred while proces
- Using selenium and Appium is it possible to change
- Can the time out issue be the consequence of brows
- Run Xcode Instruments on device with a ios keyboar
- Can you use Protractor and Appium together to test
In my case I had installed appium from a different user and the owner of the Appium.app was other user than the user I was trying to run from. Changing the owner to the current user resolved the issue.
I resolved this error by running
ps aux | grep appium
from command line, kill all appium and node processes and then restart appium.