
selenium
lixj_qi
这个作者很懒,什么都没留下…
展开
-
selenium在Windows中第一次使用
需要安装,python3.pip , 1.首先安装好selenium pip install selenium 2.把python路径加到path中(此步骤不确定是否需要,应该我在执行时遇到了报错path路径) 3.下载chromedriver软件 (注意:需要下载当前使用chrome对应的版本,在notes.txt中记录对应的版本) https://npm.taobao.org/...原创 2018-08-27 14:39:12 · 276 阅读 · 0 评论 -
python使用selenium登陆搜狐视频
使用了selenium登陆搜狐视频,使用tkinter界面模块,读取excel中的账号密码登陆 代码作用为,把账户密码记录在excel中,通过程序选择账号登陆,避免多账户登陆麻烦的问题 import time from selenium import webdriver from selenium.webdriver.common.keys import Keys from tkinter imp...原创 2019-02-27 10:29:56 · 290 阅读 · 0 评论