python入门基础学习大数据 爬虫Python AI Sql

python入门:Go on,自动签到拿京豆啦

2019-01-27  本文已影响1人  编程新视野

再少的钱也是钱啊,因此小编每天都去领京豆,但是手动的话难免会忘记,因为技术男必须自己动手,科技让人更加懒。当然,实现自动登录是一个结果,我们这次的知识点是xPatn的学习。

源码视频书籍练习题等资料进群696541369 即可免费获取

更多python记得关注我的公众号 从0到1Python之路

自动登录(可以参照上期文章)

找到提交用的xPath

实现自动签到

1.自动登录

网址是:

<pre style="-webkit-tap-highlight-color: transparent; box-sizing: border-box; font-family: Consolas, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; position: relative; line-height: 1.5; color: rgb(153, 153, 153); margin: 1em 0px; padding: 12px 10px; background: rgb(244, 245, 246); border: 1px solid rgb(232, 232, 232); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">http://vip.jd.com/home.html</pre>

2.找到提交用的xPath

谷歌浏览器会给我们直接提供这样的接口,非常方便。

于是我们拿到了这个input的xPath://*[@id="loginsubmit"]

3.实现自动签到

登录之后就是下面的页面:

因为它的class是“txt”,很容易识别,所以就用它来定位。直接激活这个按钮的click事件就可以实现自动签到啦。

啰嗦了这么多,最后把代码贴出来才是王道。其中有个小彩蛋,就是如何把浏览器最大化。感觉不错吧,赶快动手试试看吧。

好啦,更多python学习可以关注我们哦!

源码视频书籍练习题等资料进群696541369 即可免费获取

更多python记得关注我的公众号 从0到1Python之路

上一篇下一篇

猜你喜欢

热点阅读