91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介


資源截圖

代碼片段和文件信息

#coding:utf-8??
from?selenium?import?webdriver??
from?selenium.webdriver.support.ui?import?WebDriverWait???#?WebDriverWait的作用是等待某個條件的滿足之后再往后運行??
import?time??
import?sys??
#driver?=?webdriver.PhantomJS(executable_path=r‘D:\Projects\PythonProjects\PythonApplication1\PythonApplication1\phantomjs-2.1.1-windows\bin\phantomjs.exe‘)??#?構造網頁驅動??

from?selenium?import?webdriver
from?selenium.webdriver.chrome.options?import?Options

chrome_options?=?Options()
chrome_options.add_argument(‘--headless‘)
chrome_options.add_argument(‘--disable-gpu‘)
driver?=?webdriver.Chrome(chrome_options=chrome_options)??


driver.get(‘http://www.yingxiaobu.com/forum.php‘)???????#?打開網頁??
driver.find_element_by_xpath(‘//*[@id=“ls_username“]‘).send_keys(‘您的賬號‘)??
driver.find_element_by_xpath(‘//*[@id=“

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????77684??2018-06-09?09:23??screen_shoot.jpg
?????文件????????2033??2018-06-09?09:28??PythonApplication1.py

評論

共有 條評論