Package Details: python-selenium 4.44.0-2

Git Clone URL: https://aur.archlinux.org/python-selenium.git (read-only, click to copy)
Package Base: python-selenium
Description: Python language bindings for Selenium WebDriver
Upstream URL: https://github.com/SeleniumHQ/selenium
Licenses: Apache-2.0
Submitter: jelly
Maintainer: carsme (txtsd)
Last Packager: txtsd
Votes: 38
Popularity: 0.52
First Submitted: 2022-01-23 14:41 (UTC)
Last Updated: 2026-05-30 10:57 (UTC)

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

a2sc commented on 2026-06-03 13:21 (UTC)

@txtsd thank you for implementing :)

txtsd commented on 2026-05-30 10:57 (UTC)

@a2sc Done. Thanks for testing and reporting!

a2sc commented on 2026-05-28 19:37 (UTC)

please add aarch64. build works without any issues. Thank you

namtabmai commented on 2026-03-07 10:51 (UTC)

I'm seeing some occasional errors in my python scripts, even when not using selenium in the scripts

Error sending stats to Plausible: error sending request for url (https://plausible.io/api/event)

Which led me down the rabbit hole to find that Selenium has default opt-out tracking, https://github.com/SeleniumHQ/selenium/pull/13173

You can opt out of this by setting an environment variable

export SE_AVOID_STATS=true

Not sure if it's worth making this clearer to people installing the package?

kingmk13 commented on 2025-12-01 16:53 (UTC)

@txtsd Indeed, sorry for the inconvenience. I mistook with python-seleniumbase that was also pulled. Thank you for your work.

txtsd commented on 2025-12-01 14:11 (UTC)

@kingmk13 There is no check() in this package.

kingmk13 commented on 2025-12-01 13:18 (UTC)

I think you should add the package python-mycdp as a required dependency. I had an error in the 'check()' because this python module was missing.

medaminezghal commented on 2025-03-22 14:12 (UTC)

I think you should add selenium-manager as optional dependency.

txtsd commented on 2025-03-04 05:15 (UTC)

@Sukolyn Builds for me in and out of chroot. Try rustup updateing your rust version. makepkg -c cleans up after a build btw, for a clean build you want makepkg -C.

Sukolyn commented on 2025-03-03 17:05 (UTC) (edited on 2025-03-03 17:13 (UTC) by Sukolyn)

I have a lot of error simply entering makepkg -c :

error: could not compile `autocfg` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name autocfg --edition=2015 /home/sukolyn/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=121 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ba0a37b04727790 -C extra-filename=-0f99bcb19efed741 --out-dir /home/sukolyn/aur/python-selenium/src/selenium-4.29.0/target/release/deps -C strip=symbols -L dependency=/home/sukolyn/aur/python-selenium/src/selenium-4.29.0/target/release/deps --cap-lints allow -Cforce-frame-pointers=yes -C debuginfo=2 --remap-path-prefix=/home/sukolyn/aur/python-selenium/src=/usr/src/debug/python-selenium` (signal: 7, SIGBUS: access to undefined memory)
warning: build failed, waiting for other jobs to finish...

error: could not compile `getrandom` (lib)
[...] `stable_deref_trait` (lib), `proc-macro2` (lib), jobbserver` (lib), `pkg-config` (lib), `memchr` (lib), `bytes` (lib)
[...]
ERROR Backend subprocess exited when trying to invoke build_wheel