首次使用appium web driver,不说搭建环境的麻烦,初次写完一个操作计算器的程序,但是运行一直报错:selenium.common.exceptions.WebDriverException: Message: The URL '/wd/hub//session' did not map to a valid resource.查了好多百度资料,也没找到原因.最后发现是driver = webdriver.Remote('http://127.0.0.1:4723/wd/hub/',…