Search Criteria
Package Details: selenium-manager 0.4.40-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/selenium-manager.git (read-only, click to copy) |
|---|---|
| Package Base: | selenium-manager |
| Description: | Automated driver and browser management for Selenium |
| Upstream URL: | https://www.selenium.dev |
| Licenses: | Apache-2.0 |
| Submitter: | thrasibule |
| Maintainer: | thrasibule |
| Last Packager: | thrasibule |
| Votes: | 5 |
| Popularity: | 0.72 |
| First Submitted: | 2023-09-13 18:19 (UTC) |
| Last Updated: | 2026-02-03 19:31 (UTC) |
Dependencies (6)
- bzip2 (bzip2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- python (make)
Required by (4)
- alarm-clock (optional)
- python-great-tables (check)
- python-great-tables-docs (check)
- python-pytest-pyodide
Latest Comments
mkurz commented on 2026-02-03 11:46 (UTC)
Same here:
eggbertx commented on 2026-02-02 18:38 (UTC)
The cd lines in the PKGBUILD appear to be using the wrong directory. They should instead go to ${_name}-${_name}-${_pkgver}/rust
mkurz commented on 2026-01-29 22:29 (UTC)
Fails currently with:
Felixoid commented on 2026-01-28 09:48 (UTC)
Here's the diff for a package, it improves the automatization a little bit
mkurz commented on 2025-10-04 22:43 (UTC) (edited on 2025-10-04 22:44 (UTC) by mkurz)
Hi,
I have one bug fix and one request:
First:
The .SRCINFO is not in sync with PKGBUILD. It misses
Please run
makepkg --printsrcinfo > .SRCINFOSecond:
I can confirm this package works fine on aarch64. Therefore in the PKGBUILD, can you add it to the supported architectures Thanks!
(and sync that with .SRCINFO as well? ;)
medaminezghal commented on 2025-03-22 14:05 (UTC)
@thrasibule Could you update it to version 0.4.30?
ilikenwf commented on 2023-11-18 01:17 (UTC)
Needs !lto added to options() please.
thrasibule commented on 2023-09-21 18:59 (UTC)
I've updated the pkgdesc. Pkgver is correct I believe:
carsme commented on 2023-09-21 06:17 (UTC)
Hey, please change the description to something like: "Automated driver and browser management for Selenium".
Also, change the version to
0.4.13. Quite confusingly, selenium-manager is not versioned along the reset of the repository and there are no selenium-manager specific version tags available (yet). I think it would be appropriate to use the exact commit selenium-manager version was updated as the source:petronny commented on 2023-09-19 11:50 (UTC)
Hi, the pkgdesc should be updated. According to https://www.selenium.dev/documentation/selenium_manager/ , Selenium Manager is a command-line tool implemented in Rust that provides automated driver and browser management for Selenium.
And I think we can just place it to
/usr/binsince it's used among all language bindings.