pycham报错为:
selenium.common.exceptions.SessionNotCreatedException: Message: A new session could not be created. (Original error: net.newmine.im.app/.module.welcome.SplashActivity never started. Current: net.newmine.im.app/.module.main.MessageActivity)
appium报错为:
error: Failed to start an Appium session, err was: Error: net.newmine.im.app/.module.welcome.SplashActivity never started. Current: net.newmine.im.app/.module.main.MessageActivity
网上百度的回答都是覆盖了以前的用例,已经勾选了appium中override Existing session但是并没有任何卵用
代码最后也添加了driver.quit()或driver.close(),但是并没有什么效果
对了,我还把nodejs、appium、jdk、android环境都卸载重新安装了一遍,还是不行
我真的是绝望了,就差重新装系统了,已经折磨我好久了,环境有时候能运行起来有时候不能,现在是一直运行不起来
有哪位大神路过,给小弟指点一下迷津,不胜感激
appium版本要与chromedriver版本相匹配