Open2
PythonでPlaywrightの環境構築を試す
参考にする
PythonでPlaywriteの環境構築
Seleniumを3年くらい使用していたのでそれとの比較
インストール方法
# Playwright をインストールする
pip install playwright
# pytestで利用したいときはこちらもインストールする
pip install pytest-playwright
# ブラウザバイナリをインストールする
playwright install
参考にする
PythonでPlaywriteの環境構築
Seleniumを3年くらい使用していたのでそれとの比較
インストール方法
# Playwright をインストールする
pip install playwright
# pytestで利用したいときはこちらもインストールする
pip install pytest-playwright
# ブラウザバイナリをインストールする
playwright install