文章分类 - python
12306滑块登录
摘要:from selenium import webdriver import time from selenium.webdriver.common.by import By from selenium.webdriver import ActionChains class trainTicketLo
阅读全文
selenium的滑块验证码的模拟登录(猪八戒网站)
摘要:#!/user/bin/python3 # -*- coding:utf-8 -*- # @Author: zhaoruixiao # @Datetime: 2023/4/21 14:15 # @Software: PyCharm # @File : test.py """ work for $ "
阅读全文