懒惰是第一生产力!
前些天嫌每次查成绩都要输账号密码登陆然后点点点,所以写了这个自动化脚本。
由于用了轮子,所以几乎没有任何难度。。。
直接贴代码:
#!/usr/bin/python3.7
# -*- coding: utf-8 -*-
# @Time : 2020/1/12 18:10
# @Author : SystemDefenser
# @Email : mrwx1116@163.com
# @Software: PyCharm
from selenium import webdriver
from selenium.webdriver.common.action_chains import ActionChains # 鼠标操作
from selenium.webdriver.chrome.options import Options # 配置参数
import time
username = input(