Search Criteria
Package Details: playwright 1.61.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 |
| Conflicts: | python-playwright |
| Submitter: | grawlinson |
| Maintainer: | bkb (ismet) |
| Last Packager: | ismet |
| Votes: | 5 |
| Popularity: | 0.85 |
| First Submitted: | 2021-08-26 07:30 (UTC) |
| Last Updated: | 2026-06-20 21:07 (UTC) |
Dependencies (12)
- bash (bash-gitAUR, bash-devel-gitAUR)
- flite (flite1AUR, flite1-llvmAUR)
- icu (icu-gitAUR)
- libffi (libffi-gitAUR)
- libwebp (libwebp-gitAUR)
- nodejs (nodejs-gitAUR, nodejs-lts-hydrogenAUR, python-nodejs-wheelAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- pcre
- jq (jq-gitAUR, jaq-binAUR, jq-staticAUR, jaq-gitAUR) (make)
- npm (npm-corepackAUR, python-nodejs-wheelAUR) (make)
- chromium (omarchy-chromium-binAUR, chromium-clang-avx2-binAUR, helium-browserAUR, ungoogled-chromium-widevine-binAUR, ungoogled-chromium-xdgAUR, ungoogled-chromium-binAUR, ungoogled-chromiumAUR) (optional) – for chromium support
- firefox (firefox-developer-edition-firefox-symlink-latestAUR, firefox-opensuse-binAUR, firefox-esr-zh-binAUR, firefox-esr-binAUR, firefox-globalmenuAUR, firefox-vaapiAUR, firefox-pureAUR, firefox-pureAUR, firefox-binAUR, firefox-beta-bin-all-localizationsAUR, firefox-beta-binAUR) (optional) – for firefox support
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR) (optional) – system webkit (not used by Playwright's bundled webkit)
Required by (1)
- single-file-cli (optional)
Latest Comments
1 2 Next › Last »
Wooing0 commented on 2026-06-24 19:06 (UTC)
To add detail to Phi11ip's comment: the root cause is that
pkgver()callsnpm view playwright versionat build time, which bumps$pkgverto1.61.1after the source tarball has already been downloaded asplaywright-1.61.0.tar.gz. Whenpackage()then references$srcdir/playwright-1.61.1.tar.gz, it doesn't exist →npm error ENOENT.Fix for the maintainer: keep the pinned
pkgverin sync with each upstream release (set it to1.61.1now).Workaround for users: edit the PKGBUILD locally to set
pkgver=1.61.1, deletesrc/andpkg/, then runmakepkg -sidirectly instead ofparu -S playwright(paru re-fetches the PKGBUILD from AUR on each run, undoing the edit).Phi11ip commented on 2026-06-16 11:10 (UTC)
Looks like the PKGBUILD is downloading version 161 (just released yesterday), but still referencing 160. Just a heads-up!
ruahcra commented on 2026-04-22 13:13 (UTC)
.SRCINFO was not updated
andreip commented on 2026-04-21 17:37 (UTC)
PKGBUILD has pkgrel 2 so the version should have been 1.59.1.-2.
But this page shows "Package Details: playwright 1.59.1-1".
"yay -Si playwright" shows "1.59.1-1".
"curl -s https://aur.archlinux.org/packages-meta-v1.json.gz | zcat | grep -m1 playwright" shows "1.59.1-1"
This causes playwright to be reinstalled over and over again on "yay -Syyuu --needed" even though nothing changed in PKGBUILD.
Anyone knows what causes this?
bkb commented on 2026-03-26 09:59 (UTC)
playwright: /usr/bin/playwright exists in filesystem (owned by python-playwright)
mewset commented on 2026-01-05 20:02 (UTC)
Honestly, Playwright on Arch gave me such headaches. Using in for testing i found out that you can force e2e tests to use the system browser instead of the bundled.
https://gist.github.com/mewset/44d4b5f21d3d00587a50190aa85cb692
ericswpark commented on 2025-11-26 17:47 (UTC)
Hi, just installed 1.56.1-1 and am getting this during
bunx playwright install:Host system is missing dependencies to run browsers. Please install them with the following command: sudo npx playwright install-deps Alternatively, use apt: sudo apt-get install libicu74 libxml2 libvpx9 libflite1Could these also be added as dependencies?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?
1 2 Next › Last »