摘要: 1 from selenium import webdriver 2 from selenium.webdriver import ActionChains 3 4 #1.打开登陆页面 5 wd = webdriver.Chrome() 6 wd.implicitly_wait(10) 7 wd.get('https://mail.qq.com/') 8 9 #2.切换到账... 阅读全文
posted @ 2018-08-17 23:31 o云淡风轻o 阅读(769) 评论(0) 推荐(0) 编辑