摘要: 能解决登陆一次后,之后不需要二次登陆的动态加载数据,网页保存的cookie和标签,加入到selenium自动化测试浏览器中 1 from selenium import webdriver 2 import re 3 from time import sleep 4 5 def willbill() 阅读全文
posted @ 2020-04-29 13:24 白月如初12138 阅读(571) 评论(0) 推荐(0)