Open2

PythonでPlaywrightの環境構築を試す

kkjkkj

インストール方法

# Playwright をインストールする
pip install playwright
# pytestで利用したいときはこちらもインストールする
pip install pytest-playwright
# ブラウザバイナリをインストールする
playwright install

https://playwright.dev/python/docs/intro