Search Criteria
Package Details: python-selenium 4.27.1-2
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: | 32 |
Popularity: | 2.35 |
First Submitted: | 2022-01-23 14:41 (UTC) |
Last Updated: | 2024-11-28 04:24 (UTC) |
Dependencies (16)
- bzip2 (bzip2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-certifi
- python-trio
- python-trio-websocket
- python-typing_extensions
- python-urllib3
- python-websocket-client (python-websocket-client-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-setuptools-rust (python-setuptools-rust-gitAUR) (make)
- python-wheel (make)
Required by (30)
- audible-activator-git
- bcdl-git
- crunchyroll-guest-pass-finder
- diffenator2
- flaresolverr
- flaresolverr-git
- gourmand (optional)
- little-brother
- nexfil
- nxp-dlagent
- playx
- python-altair (optional)
- python-asv (check)
- python-birdseye (check)
- python-bokeh (optional)
- python-branca (check)
- python-chibi-dl
- python-folium
- python-gooise
- python-great-tables
- python-pytest-selenium
- python-scholarly
- python-selenium-wire
- python-seleniumbase
- python-standardebooks
- python-strictdoc
- python-undetected-chromedriver
- python-undetected-chromedriver-git
- python-webdriver-manager (check)
- python-yahooquery (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 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-manager
is 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$HOME
viapip
/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 Next › Last »