Skip to content

環境構築

Playwrightの環境構築手順を以下に示します。

Playwrightをインストールするには、Node.jsが必要です。以下のコマンドでPlaywrightをインストールします。

Terminal window
npm install --save-dev playwright

Playwrightを使用するための基本的なセットアップを行います。

Terminal window
npx playwright install