Python:利用selenium模块实现163邮箱的自动登录
编程步骤:安装python、安装selenium模块、下载对应selenium版本的chromedriverfrom selenium import webdriver
import os
import time
from selenium.webdriver.common.keys import Keys
abspath = os.path.abspath(r"E:\Software\Pytho...
原创
2018-04-27 10:32:03 ·
755 阅读 ·
1 评论