亚洲好骚综合-亚洲黄色录像-亚洲黄色网址-亚洲黄色网址大全-99久久99久久-99久久99久久精品国产

您的位置:軟件測試 > 開源軟件測試 > 開源功能測試工具 > Selenium
Selenium爬取淘寶實戰練習
作者:蔣蜀黍 發布時間:[ 2017/5/5 10:50:36 ] 推薦標簽:功能測試 Selenium

  1、項目流程

  2、中心調度
# 中心調度
def main():
try:
total = search()
total = int(re.compile('.*?(d+).*?').search(total).group(1))
for i in range(2,total+1):
next_page(i)
except Exception as e:
print('異常')
finally:
browser.close()
  3、模擬查詢
# 根據關鍵字查詢
def search():
try:
browser.get('https://www.taobao.com/')
# 直到搜索框加載出
input_search = wait.until(EC.presence_of_element_located((By.ID,'q')))
# 直到搜索按鈕可以點擊
submit_button = wait.until(EC.element_to_be_clickable((By.CLASS_NAME,'btn-search')))
input_search.send_keys(KEYWORDS)
submit_button.click()
total = wait.until(EC.presence_of_element_located((By.CSS_SELECTOR,'div.wraper  div.total')))
get_products()
return total.text
except TimeoutException as e:
print('響應超時')
  4、下一頁的操作
# 下一頁爬取
def next_page(index):
try:
input = wait.until(EC.presence_of_element_located((By.CSS_SELECTOR,'#mainsrp-pager div.form > input')))
submit = wait.until(EC.element_to_be_clickable((By.CSS_SELECTOR,'#mainsrp-pager div.form > span.btn.J_Submit')))
input.clear()
input.send_keys(index)
submit.click()
wait.until(EC.text_to_be_present_in_element((By.CSS_SELECTOR,'#mainsrp-pager > div > div > div > ul > li.item.active > span'),str(index)))
get_products()
except NoSuchElementException as e:
print('元素未加載')
return next_page(index)
  5、商品信息的解析
# 獲取一頁上所有的商品
def get_products():
wait.until(EC.presence_of_element_located((By.CSS_SELECTOR, "#mainsrp-itemlist .items .item")))
html = browser.page_source
doc = PyQuery(html)
items = doc('.m-itemlist .items  .item').items()
for item in items:
product = {
'image':item.find('.pic-link .img').attr('data-src'),
'price':float(item.find('.price').text()[2:]),
'deal':item.find('.deal-cnt').text()[:-3],
'title':item.find('.title').text(),
'shop':item.find('.shop').text(),
'location':item.find('.location').text(),
'keywords':KEYWORDS
}
save_to_mongo(product=product)
  6、完整代碼
#!/usr/bin/python
# -*- coding: utf-8 -*-
import pymongo
import re
from pyquery import PyQuery
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
from selenium.common.exceptions import TimeoutException,NoSuchElementException
from setting import *
client = pymongo.MongoClient(MONGO_HOST)
db = client[MONGO_DB]
browser = webdriver.Chrome()
wait = WebDriverWait(browser,10)
# 根據關鍵字查詢
def search():
try:
browser.get('https://www.taobao.com/')
# 直到搜索框加載出
input_search = wait.until(EC.presence_of_element_located((By.ID,'q')))
# 直到搜索按鈕可以點擊
submit_button = wait.until(EC.element_to_be_clickable((By.CLASS_NAME,'btn-search')))
input_search.send_keys(KEYWORDS)
submit_button.click()
total = wait.until(EC.presence_of_element_located((By.CSS_SELECTOR,'div.wraper  div.total')))
get_products()
return total.text
except TimeoutException as e:
print('響應超時')
# 下一頁爬取
def next_page(index):
try:
input = wait.until(EC.presence_of_element_located((By.CSS_SELECTOR,'#mainsrp-pager div.form > input')))
submit = wait.until(EC.element_to_be_clickable((By.CSS_SELECTOR,'#mainsrp-pager div.form > span.btn.J_Submit')))
input.clear()
input.send_keys(index)
submit.click()
wait.until(EC.text_to_be_present_in_element((By.CSS_SELECTOR,'#mainsrp-pager > div > div > div > ul > li.item.active > span'),str(index)))
get_products()
except NoSuchElementException as e:
print('元素未加載')
return next_page(index)
# 獲取一頁上所有的商品
def get_products():
wait.until(EC.presence_of_element_located((By.CSS_SELECTOR, "#mainsrp-itemlist .items .item")))
html = browser.page_source
doc = PyQuery(html)
items = doc('.m-itemlist .items  .item').items()
for item in items:
product = {
'image':item.find('.pic-link .img').attr('data-src'),
'price':float(item.find('.price').text()[2:]),
'deal':item.find('.deal-cnt').text()[:-3],
'title':item.find('.title').text(),
'shop':item.find('.shop').text(),
'location':item.find('.location').text(),
'keywords':KEYWORDS
}
save_to_mongo(product=product)
# 保存至mongoDB
def save_to_mongo(product):
try:
if db[MONGO_TABLE].insert(product):
print('保存成功', product)
except Exception:
print('保存失敗')
# 中心調度
def main():
try:
total = search()
total = int(re.compile('.*?(d+).*?').search(total).group(1))
for i in range(2,total+1):
next_page(i)
except Exception as e:
print('異常')
finally:
browser.close()
if __name__=='__main__':
main()
  7、運行結果


 

軟件測試工具 | 聯系我們 | 投訴建議 | 誠聘英才 | 申請使用列表 | 網站地圖
滬ICP備07036474 2003-2017 版權所有 上海澤眾軟件科技有限公司 Shanghai ZeZhong Software Co.,Ltd
主站蜘蛛池模板: 欧美日韩91| 影音先锋第一页 | 天天做天天摸天天爽天天爱 | 久久免费99精品国产自在现线 | 亚洲综合伦理一区 | 视频在线a| 日本免费三级网站 | 欧美乱人伦视频 | 毛片无限看 | 老黄网站在线观看免费 | 日本国产美国日韩欧美mv | 啪免费视频 | 欧美精品video | 久久毛片免费看一区二区三区 | 天天射天天操天天干 | 欧美在线一二三 | 国外成人在线视频 | 国产成人在线播放视频 | 精品亚洲综合在线第一区 | xxxx性xx另类 | 中文字幕国产日韩 | 成人永久免费 | 亚洲区一二三四区2021 | 在线视频天堂 | 国产免费拔擦拔擦8x在线 | 欧美性另类69xxxx | 成人片在线视频 | 香蕉网站在线观看 | 国产香蕉国产精品偷在线观看 | 中文字幕在线视频网 | 一级理论片 | 精品一区二区三区在线视频 | 毛片在线高清免费观看 | 欧美激情在线播放一区二区三区 | 日本www色视频成人免费网站 | 亚洲日本精品 | 深夜福利网址 | 色狠狠色综合久久8狠狠色 色狠狠成人综合网 | a级国产视频 | 亚洲另类视频在线观看 | 日日a.v拍夜夜添久久免费 |