selenium
Zython_Nera
这个作者很懒,什么都没留下…
展开
-
selenium简单爬虫实例
初学selenium,记录一下,送给正在学习的人,少走些弯路,下面先推荐经典文章。seleniumhttps://blog.csdn.net/Eastmount/article/details/48108259https://zhuanlan.zhihu.com/p/36268930https://www.cnblogs.com/yufeihlf/p/5717291.html#test1...原创 2019-03-16 00:19:01 · 5709 阅读 · 0 评论 -
刷网课seleinum 小程序
遇到的问题看的参考文章如下知乎 selenium iframe处理CSDN Selenium在定位的class含有空格的复合类的解决办法Python+Selenium笔记(九):操作警告和弹出框Python3 错误和异常的使用selenium之 玩转鼠标键盘操作(ActionChains)selenium 浏览器导航操作from selenium import webdriverf...原创 2019-03-21 22:16:45 · 3318 阅读 · 2 评论 -
selenium 速查手册
本文有原创部分有转载部分,目的是方便自己和各位网友查询使用侵删!侵删!侵删!侵删!速查手册常用方法总结先引入包import subprocessfrom selenium import webdriverfrom selenium.webdriver.chrome.options import Options #引入Chrome选项from selenium.webdrive...转载 2019-05-26 01:57:13 · 473 阅读 · 0 评论