摘要:
一、start() 和stop() 的方式: from playwright.sync_api import sync_playwright playwright = sync_playwright().start()browser = playwright.chromium.launch(head 阅读全文
摘要:
安装好playwright:pip install playwright 终端输入启动命令:playwright codegen http://xxx.xx.xxx:xx/login 点击回车,启动运行,操作后右侧有操作脚本 阅读全文