global driver
self.driver=webdriver.Remote('http://localhost:4723/wd/hub',desired_caps)
只是截取了我代码的部分,那些都是定义过的
哥,你只是翻译了一下
try:
self.driver.find_element_by_id('com.tuniu.app.ui:id/iv_style3_card_1').click()
self.driver.find_element_by_id('com.tuniu.hotel:id/tv_query222').click()
except Exception as msg:
self.driver.get_screenshot_as_file('C:\\Users\\zhengtao\\Desktop\\pic\\error1.png')
raise msg
这样就没毛病了,多谢了
把 except 改成 except Exception as e
执行结果还是 pass
哥,能说的具体点不?怎么看,怎么杀
设置不同的端口号就行了
多谢大家的帮助,问题已经解决了
#1 楼 @xinxjxjxj 多谢你的提示,我知道该怎么做了
#9 楼 @h470789634 帮忙写个判断语句啊,给个参考
在 appium 的设置里把 “override existing session” 的选项勾上,重启一下 appium 就好了