摘要: 1:同步api的简单封装 from playwright.sync_api import sync_playwright class BrowserAutomation: def __init__(self, browser_type='chromium'): self.browser_type = 阅读全文
posted @ 2024-06-25 10:30 苦逼小李 阅读(293) 评论(0) 推荐(0)