Search Criteria
Package Details: playwright 1.48.2-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: | 2 |
Popularity: | 0.020492 |
First Submitted: | 2021-08-26 07:30 (UTC) |
Last Updated: | 2024-11-16 13:58 (UTC) |
Dependencies (7)
- flite (flite1AUR)
- icu (icu-gitAUR)
- libffi (libffi-gitAUR)
- libwebp (libwebp-gitAUR)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- pcre
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
Required by (1)
- single-file-cli (optional)
Latest Comments
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-file
occasionally. 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 playwright
in 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.