摘要: #coding:utf-8 from selenium import webdriver import time from selenium.webdriver.support.ui import WebDriverWait url = 'https://baidu.com' login_text = '登录' account = 'maizi_test@139.com' pwd = 'abc... 阅读全文
posted @ 2019-03-13 01:15 必秋秋 阅读(191) 评论(0) 推荐(0)