jumpingchu / PChome-AutoBuy

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

PC Home 結帳禮會擋住流程 #10

Open JR-Pan opened 3 years ago

JR-Pan commented 3 years ago

你好,剛剛測試,發現結帳禮會要求選取進而無法完成結帳

jumpingchu commented 3 years ago

你好,方便提供無法結帳的商品連結嗎? 若不便公開的話,可以寄到我的 gmail,謝謝!

JR-Pan commented 3 years ago

URL = "https://24h.pchome.com.tw/prod/DRAB26-A900A2DC6"

jumpingchu commented 3 years ago

我這邊測試是可以完成訂單的,請問是在哪個地方遇到結帳禮?

JR-Pan commented 3 years ago

你好,在結帳的最後會有結帳禮要選 如附圖

Jia Ping Chu @.***> 於 2021年7月6日 週二 下午9:40寫道:

我這邊測試是可以完成訂單的,請問是在哪個地方遇到結帳禮?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jumpingchu/PChome-AutoBuy/issues/10#issuecomment-874769891, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUXY6MH5BSJ5GJ7X3LU7IGLTWMBVZANCNFSM473444XA .

jumpingchu commented 3 years ago

在結帳的最後的話,可以考慮先直接手動點選 目前我是沒有遇到這狀況,可能暫時無法修正這個問題

JR-Pan commented 3 years ago

你好,我發現因為使用聯名卡才會出現結帳禮,如不使用就無此步驟。 感謝

Jia Ping Chu @.***> 於 2021年7月6日 週二 下午10:46寫道:

在結帳的最後的話,可以考慮先直接手動點選 目前我是沒有遇到這狀況,可能暫時無法修正這個問題

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jumpingchu/PChome-AutoBuy/issues/10#issuecomment-874825479, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUXY6MABFB257655KLCDZMDTWMJMHANCNFSM473444XA .

jumpingchu commented 3 years ago

了解,我再把這部分加進程式執行流程作為提醒,感謝你的測試與回報!

jason820720 commented 3 years ago

您好,目前執行到可加入商品到購物車,但不會執行一次付清等後續動作,請問是哪個部分有需要調整呢?謝謝您。

jumpingchu commented 3 years ago

您好,若已經記住登入資訊的話,第二次執行記得把 login() 這行註解掉,否則會無法點選付款方式

jason820720 commented 3 years ago

成功了,謝謝您的協助!