Package Details: selenium-manager 0.4.17-1

Git Clone URL: https://aur.archlinux.org/selenium-manager.git (read-only, click to copy)
Package Base: selenium-manager
Description: Automated driver and browser maanagement for Selenium
Upstream URL: https://www.selenium.dev
Licenses: Apache
Submitter: thrasibule
Maintainer: thrasibule
Last Packager: thrasibule
Votes: 1
Popularity: 0.38
First Submitted: 2023-09-13 18:19 (UTC)
Last Updated: 2024-01-29 16:17 (UTC)

Latest Comments

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:

$ selenium-manager -V
selenium-manager 0.4.12

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:

$ git blame rust/Cargo.toml | awk '/version =/ {print $1; exit}' | xargs git rev-parse
43c4a11ef05cd8aaaca452d8480a2dcc5753f0b0

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/bin since it's used among all language bindings.