python+selenium+excel自动登陆,自动填写网页

常常有些网页要登陆,而后频繁填写一些重复的内容,本文暂只考虑不须要验证码的状况,能够经过selenium模拟用户行为在页面操做,用excel拖出类似内容,用xlrd读取并填写到网页中。python 导入相关包 from selenium import webdriver import os import xlrd import xlwt import json import requests,
相关文章
相关标签/搜索