摘要: import time import csv from playwright.sync_api import Playwright, sync_playwright with sync_playwright() as playwright: browser = playwright.chromium 阅读全文
posted @ 2024-04-01 18:16 hziwei 阅读(7) 评论(0) 推荐(0) 编辑
摘要: from typing import Tuple import pyperclip import pyautogui import cv2 import numpy as np class Gui(object): ''' pyautogui 操作 ''' @classmethod def find 阅读全文
posted @ 2024-04-01 18:15 hziwei 阅读(9) 评论(0) 推荐(0) 编辑