Search Criteria
Package Details: python-selenium 4.46.0-1
Package Actions
| 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.28 |
| First Submitted: | 2022-01-23 14:41 (UTC) |
| Last Updated: | 2026-07-12 04:47 (UTC) |
Dependencies (16)
- bzip2 (bzip2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- python
- python-certifi
- python-trio
- python-trio-websocket
- python-typing_extensions
- python-urllib3
- python-websocket-client
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-setuptools-rust (make)
- python-wheel (make)
Required by (35)
- alarm-clock (optional)
- audible-activator-git
- bcdl-git
- bing_points-git
- crunchyroll-guest-pass-finder
- diffenator2
- fastero
- flaresolverr
- flaresolverr-git
- little-brother
- nexfil
- nxp-dlagent
- playx
- python-appium-python-client
- python-asv (check)
- python-birdseye (check)
- python-bokeh (optional)
- python-branca (check)
- python-chibi-dl
- python-folium
- Show 15 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
glowingsword commented on 2023-09-01 19:26 (UTC)
Fails on
with errors like this
carsme commented on 2023-08-30 17:44 (UTC)
@a.kudelin If you require help fixing the package, consider adding me as co-maintainer. Thanks!
Shalrath commented on 2023-08-28 03:31 (UTC)
Can confirm that it is broken because /usr/lib/python3.11/site-packages/selenium/webdriver/common/linux/selenium-manager is missing.
jgodden commented on 2023-08-22 17:43 (UTC)
Here's a kludge which restores functionality for me since the 4.11.2-1 breaks access to the firefox webdriver resulting in a NoSuchDriverException. Adding a link to a "service":
generates a deprecation warning about logging, but does get around the above NoSuchDriverException (for me). good luck to us.
tsj commented on 2023-08-21 16:32 (UTC) (edited on 2023-08-21 16:48 (UTC) by tsj)
Same issue as @jgodden,
selenium-manageris missing and so you cannot load any webdriver. I tried setting the webdriver binary location manually but couldn't stop selenium from searching for this manager thing. Tried building the package in a devtools chroot but the build hangs for me at some point in the tests. I even tried building the bindings (not the PKGBUILD) using the upstream-supported build method (bazel) but these supposed "reproducible builds" were throwing errors. Ended up installing in$HOMEviapip/PyPi, the same version (4.11.2) works fine.Shalrath commented on 2023-08-18 16:29 (UTC) (edited on 2023-08-28 03:29 (UTC) by Shalrath)
Download fails, error 404
https://github.com/SeleniumHQ/selenium/archive/refs/tags/selenium-4.11.2-python.tar.gz
EDIT: File is available again.
jgodden commented on 2023-08-18 14:50 (UTC)
Since 2023-08-18 update to 4.11.2-1 seeing "WebDriverException" Exception following a simple two python sequence:
Then a long trace back where I'm hoping this is the salient line:
WebDriverException: Message: Unable to obtain working Selenium Manager binary; /usr/lib/python3.11/site-packages/selenium/webdriver/common/linux/selenium-manager
Thank you for your efforts! python-selenium has been rock-solid for me prior this point
kbipinkumar commented on 2023-08-06 05:52 (UTC)
the tests are failing with 4.11 version of selenium. here is the complete build log https://build.bioarchlinux.org/api/pkg/python-selenium/log/1690851687
hockeymikey commented on 2023-06-26 03:46 (UTC)
Same issue as @CarloWood yay -S python-selenium --mflags "--nocheck" to get around this.
a.kudelin commented on 2023-05-07 11:03 (UTC)
@CarloWood, sorry, can't reproduce.
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »