import pyautogui
import requests
import time
from DrissionPage._pages.chromium_page import ChromiumPage
page = ChromiumPage()
page.get('https://zyjs.heb12333.cn')
page.ele('x://input[@class="el-input__inner"]').input("130******817")
page.ele('x://div[@class="el-input el-input--mini el-input--prefix el-input--suffix"]/input').input("Ly****@")
time.sleep(10)
page.ele('x://button[@class="el-button login-btn el-button--primary el-button--mini"]').click()
time.sleep(1)
page.get('https://webzyjs.heb12333.cn/index.html#/v_courseDetails?courseId=NeS75S1e49zyllShwmP5G&trainplanId=33a530966b504e65a9780bc0eabc9ee3&platformId=251&fromPage=selected')
time.sleep(2)
for i in range(1,5):
page.get(f'https://webzyjs.heb12333.cn/index.html#/v_video?platformId=251&trainplanId=33a530966b504e65a9780bc0eabc9ee3&courseId=NeS75S1e49zyllShwmP5G§ionId=NeS75S1e49zyllShwmP5G1-{i}')
time.sleep(10)
# xloc,yloc = pyautogui.position()
# print(xloc,yloc)
# pyautogui.click(950,656,button='left')
# iconloc = pyautogui.locateOnScreen('play.png')
# time.sleep(1)
# pyautogui.click(iconloc)
pyautogui.click(675, 465, button='left')
if i == 1:
times = 40
ztimes = times * 60
if i == 2:
times = 14
ztimes = times * 60
if i == 3:
times = 25
ztimes = times * 60
if i == 4:
times = 40
ztimes = times * 60
time.sleep(ztimes)
i += 1
if i > 5:
break
【自动化】学习观看视频内容,无需人为干预
青龙摄影2024-11-14 15:54
相关推荐
小李子呢021138 分钟前
前端八股CSS(2)---动画的实现方式GreenTea2 小时前
从 Claw-Code 看 AI 驱动的大型项目开发:2 人 + 10 个自治 Agent 如何产出 48K 行 Rust 代码渣渣xiong3 小时前
从零开始:前端转型AI agent直到就业第五天-第十一天布局呆星3 小时前
Vue3 | 组件通信学习小结C澒3 小时前
IntelliPro 企业级产研协作平台:前端智能生产模块设计与落地OpenTiny社区4 小时前
重磅预告|OpenTiny 亮相 QCon 北京,共话生成式 UI 最新技术思考前端老实人灬4 小时前
web前端面试题Moment5 小时前
AI 全栈指南:NestJs 中的 Service Provider 和 ModuleIT_陈寒5 小时前
为什么我的JavaScript异步回调总是乱序执行?