You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Run the following script to download playwright-cli binary for your platform into `driver/src/main/resources/driver/` directory. It will also install Playwright and download browser binaries for Chromium, Firefox and WebKit.
14
+
2. Run the following script to download playwright-cli binaries for all platforms into `driver-bundle/src/main/resources/driver/` directory. It will also install Playwright and download browser binaries for Chromium, Firefox and WebKit.
15
15
16
16
```bash
17
-
scripts/install_local_driver.sh
17
+
scripts/download_driver_for_all_platforms.sh
18
18
```
19
19
20
20
Names of published driver archives can be found at https://github.com/microsoft/playwright-cli/actions
0 commit comments