chromedriver 版本的问题,更换下 chromedriver 版本
大家有没有遇到,在 webview 操作,点击跳转到另一个页面后就不能进行点击、输入等操作了
File "C:/Users/Administrator/Desktop/h5.py", line 58, in test_h5
self.dr.find_element_by_class_name("weui_navbar_item").click()
AttributeError: 'NoneType' object has no attribute 'click'