; 序言
在节日期间,我更想念我的家乡和亲人。我想给我的家人买点东西。我发现手速不够快、网速不够快、来不及下单等等。
[En]
I miss my hometown and relatives more during the festive season. I want to buy something for my family. I find that the speed of the hand is not fast enough, the Internet speed is not fast enough, there is no time to place an order, and so on.
甚至跟你一起抢购的可能是脚本,太真实了!
今天就给大家分享一个python版抢购月饼的脚本,我们要用魔法打败魔法!话不多说,直接开搞!
准备工作
今天要用的是一个测试工具的库:Selenium
Selenium是一个用于测试网站的自动化测试工具,支持各种浏览器包括Chrome、Firefox、Safari等主流界面浏览器,同时也支持phantomJS无界面浏览器。
它支持多种操作系统如Windows、Linux、IOS、Android等。
今天我们就是用它去实现自动化抢购月饼,其实就是用这个工具"模拟"人为操作浏览器相应的操作,比如登陆,勾选购物车商品,下单购买等等操作。
安装 Selenium
方式1