还未发布过话题
  • 楼主 这个命令启动的谷歌浏览器为什么无法运行你上面的官网例子里面后面的代码 一直卡住,但是我手动打开的 chrome 可以运行

    import os
    os.chdir(r"C:\Program Files\Google\Chrome\Application")
    cmd = "chrome --remote-debugging-port=9222"
    os.popen(cmd)
    
  • 楼主 Weditor 点击 reload 报这个错误时什么原因啊。

  • 楼主 pip install --pre -U uiautomator2 命令 安装 atx 成功了
    为什么运行 Python 脚本链接手机一直报这个错误:RuntimeWarning: backend atx-agent is not alive, start again ...