Search Criteria
Package Details: playwright 1.54.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/playwright.git (read-only, click to copy) |
|---|---|
| Package Base: | playwright |
| Description: | Node.js library to automate Chromium, Firefox and WebKit with a single API |
| Upstream URL: | https://playwright.dev |
| Licenses: | Apache-2.0 |
| Provides: | playwright |
| Submitter: | grawlinson |
| Maintainer: | AlphaJack |
| Last Packager: | AlphaJack |
| Votes: | 3 |
| Popularity: | 0.002485 |
| First Submitted: | 2021-08-26 07:30 (UTC) |
| Last Updated: | 2025-09-09 20:55 (UTC) |
Dependencies (7)
- flite (flite1AUR)
- icu (icu-gitAUR)
- libffi (libffi-gitAUR)
- libwebp (libwebp-gitAUR)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- pcre
- npm (python-nodejs-wheelAUR, corepackerAUR) (make)
Required by (1)
- single-file-cli (optional)
Latest Comments
edrf commented on 2025-09-11 15:39 (UTC)
Hi, I just installed 1.54.0-1 and ran
playwright install.I lost the initial playwright message telling me I had missing libraries, but I had to install the following additional dependencies
libffi7 harfbuzz-icu woff2 libxml2-legacy icu66 hyphen enchant libevdev libgudev libwebp0.5.Maybe those could be added as dependencies as well.
timothy-b commented on 2024-11-27 08:11 (UTC) (edited on 2024-11-27 09:09 (UTC) by timothy-b)
Hi AlphaJack,
I just installed 1.48.2-1 and ran
playwright installand received the following:So I guess 1.48.2 fixed some of the missing dependencies, but not all of them.
Ultimately I was able to get it working following these steps: https://github.com/microsoft/playwright/issues/2621#issuecomment-2083083392
Thank you!
AlphaJack commented on 2024-11-16 13:59 (UTC)
@laura7089 Thank you for reporting, I added some dependencies in the 1.48.2 version. Can you confirm it works again now?
laura7089 commented on 2024-11-04 11:59 (UTC)
After running
playwright install, I'm told that my system is missing the following libraries:Should these be (optional) dependencies?
busywhistling commented on 2024-02-17 10:51 (UTC)
I just disowned the package considering my shift in perspective about how testing packages like this one should be installed. I'd suggest using pnpm to manage shared installs of very project/language specific packages.
drws commented on 2023-10-05 09:05 (UTC)
Just installed the package and then tried to
playwright install chrome. It complains that only Ubuntu is supported. Where are the instructions for this package?grawlinson commented on 2021-10-01 20:08 (UTC)
I can't say I've run into these particular problems, as I only use it for
single-fileoccasionally. Can you let me know if these issues still occur?trusktr commented on 2021-09-30 21:47 (UTC) (edited on 2021-09-30 21:50 (UTC) by trusktr)
Hello, thanks for publishing this! A while back (last year) I was trying to
npm install playwrightin Arch Linux, but it wouldn't work due to this:https://github.com/microsoft/playwright/issues/2621
I don't see that this PKGBUILD handles those errors. Has something changed in Playwright, or will we still get those errors? Maybe this should list any of those missing dependencies.