jumpingchu / PChome-AutoBuy

【Python / Selenium】使用爬蟲自動化購買 PChome 商品
BSD 2-Clause "Simplified" License
111 stars 49 forks source link

fix 2 bugs & 1 new feature #7

Closed jumpingchu closed 3 years ago

jumpingchu commented 3 years ago
  1. login 部分改為 function,並標注若已讓 chrome 記住登入資訊時,第二次執行時要拿掉,否則會卡在購物車頁面無法點擊付款方式
  2. 前往購物車改為直接以網址前往,避免有無法點擊的問題
  3. 新增點擊提示訊息「確定」按鈕的功能