使用Python-playwright-实现web自动化,关联 Selenium, auto-testing

  1. 环境准备
    Windows 安装 Python 3
  2. 安装 playwright
    1
    2
    3
    pip install --upgrade pip
    pip install playwright
    playwright install