l84222780 发表于 2015-9-17 08:28:57

selenium啟動chrome給出以下提醒,請問如何解決

selenium啟動chrome給出以下提醒,可以打開網頁。但是,腳本不會跑,打印的結果頁是OK的。請問如何解決


土土的豆豆 发表于 2015-9-17 09:09:26

chrome连接用什么写的webdriver?
脚本呢?

l84222780 发表于 2015-9-17 09:21:21

土土的豆豆 发表于 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

jingzizx 发表于 2015-9-17 12:50:12

解决方法:http://blog.csdn.net/xiecj_2006/article/details/43086731

l84222780 发表于 2015-9-17 14:24:44

jingzizx 发表于 2015-9-17 12:50
解决方法:http://blog.csdn.net/xiecj_2006/article/details/43086731

python 貌似跟這個的啟動方式不太一樣。
页: [1]
查看完整版本: selenium啟動chrome給出以下提醒,請問如何解決