09 2024 档案
js监听界面实现滑块自动验证
摘要:function simulateMouseDown(target, options) { var event = new MouseEvent('mousedown', options); target.dispatchEvent(event);} function simulateMouseMo 阅读全文
posted @ 2024-09-27 11:24 Vena_12 阅读(114) 评论(0) 推荐(0)
python实现自动登录淘宝
摘要:import timeimport seleniumimport randomfrom selenium import webdriverfrom selenium.webdriver.common.by import Byfrom selenium.webdriver import ActionC 阅读全文
posted @ 2024-09-27 11:20 Vena_12 阅读(130) 评论(0) 推荐(0)