真机上运行Python脚本 A new session could not be created问题解决

来源:互联网 发布:centos debian 编辑:程序博客网 时间:2024/06/05 11:06

使用appium+Python在真机上运行script,报出如下错误:
WebDriverException: Message: A new session could not be created. (Original error: Activity used to start app doesn’t exist or cannot be launched! Make sure it exists and is a launchable activity
后来通过度娘和请教,原来是被测APP路径写错了
这里写图片描述

0 0