selenium啟動chrome給出以下提醒,請問如何解決
selenium啟動chrome給出以下提醒,可以打開網頁。但是,腳本不會跑,打印的結果頁是OK的。請問如何解決chrome连接用什么写的webdriver?
脚本呢? 土土的豆豆 发表于 2015-9-17 09:09
chrome连接用什么写的webdriver?
脚本呢?
python編寫的,代碼如下:
class Sousuo(unittest.TestCase):
def setUp(self):
self.driver =webdriver.Chrome()
self.driver.implicitly_wait(30)
self.base_url = "http://www.591.com.tw/"
self.verificationErrors = []
self.accept_next_alert = True 解决方法:http://blog.csdn.net/xiecj_2006/article/details/43086731 jingzizx 发表于 2015-9-17 12:50
解决方法:http://blog.csdn.net/xiecj_2006/article/details/43086731
python 貌似跟這個的啟動方式不太一樣。
页:
[1]