码迷,mamicode.com
首页 > Web开发 > 详细

selenium(webdriver)验证

时间:2016-12-27 14:10:28      阅读:325      评论:0      收藏:0      [点我收藏+]

标签:exec   googl   import   driver   ram   bdr   rom   chrome   comm   

import os,time
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
chromedriver = ‘C:\Program Files (x86)\GoogleChromePortable\App\Chrome-bin\chromedriver.exe‘
options = webdriver.ChromeOptions()
options.add_argument(‘--ignore-certificate-errors‘)
driver = webdriver.Chrome(executable_path=chromedriver,chrome_options=options)
driver.get(‘https://192.168.200.31/‘)

selenium(webdriver)验证

标签:exec   googl   import   driver   ram   bdr   rom   chrome   comm   

原文地址:http://www.cnblogs.com/raomuxun/p/6225412.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!