摘要: #coding=gbk ''' selenium多个窗口间切换 ''' from selenium import webdriver as wd from selenium.webdriver import ActionChains as AC from selenium.webdriver.common.keys import Keys import time import selenium... 阅读全文
posted @ 2019-04-03 14:42 小金儿 阅读(214) 评论(0) 推荐(0)
摘要: #coding=utf-8 ''' selenium ''' from selenium import webdriver as wd import time bc=wd.Chrome(executable_path='f:\\chromedriver') #bc=wd.Ie(executable_path='f:\\IEDriverServer') bc.get('https://www.so... 阅读全文
posted @ 2019-04-03 10:56 小金儿 阅读(5680) 评论(0) 推荐(0)