Search Criteria
Package Details: python-selenium 4.28.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: | 35 |
Popularity: | 3.02 |
First Submitted: | 2022-01-23 14:41 (UTC) |
Last Updated: | 2025-01-22 15:06 (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)
- 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 (make)
- python-setuptools (make)
- python-setuptools-rust (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
- Show 10 more...
Latest Comments
1 2 3 4 5 6 7 Next › Last »
txtsd commented on 2025-01-20 15:50 (UTC)
@Xeonacid We've tried that and ended up with missing files.
Xeonacid commented on 2025-01-20 11:43 (UTC)
According to RFC, it is better to move to the GitHub source tarball instead of the PyPI source.
ideasman42 commented on 2025-01-05 22:43 (UTC) (edited on 2025-01-05 22:43 (UTC) by ideasman42)
Also getting a
FileNotFoundError
: for:/usr/lib/python3.13/site-packages/selenium/webdriver/remote/getAttribute.js
Snip:
Seems like a simple install issue: see,
sudo cp selenium/webdriver/remote/*.js /usr/lib/python3.13/site-packages/selenium/webdriver/remote/
Shalrath commented on 2024-12-25 19:23 (UTC) (edited on 2024-12-27 16:09 (UTC) by Shalrath)
ModuleNotFoundError: No module named 'selenium'
Workaround: downgrade to 4.24.0
EDIT: reinstalling 4.27.1-2 also fixed it despite it being installed before through a full system update and not explicitly.
Weishaupt commented on 2024-12-12 12:04 (UTC) (edited on 2024-12-12 12:05 (UTC) by Weishaupt)
@txtsd with 4.27.1-2 I still get the following error:
Downgrading to 4.22.0-1 fixes the issue. I think a temporary fix is described by this comment.
txtsd commented on 2024-11-28 04:35 (UTC)
Thanks @bpierre! I added you as a contributor.
bpierre commented on 2024-11-28 00:08 (UTC)
Here's the fix:
cprn commented on 2024-11-27 16:29 (UTC) (edited on 2024-11-27 16:51 (UTC) by cprn)
I have exactly the same problem as @jgodden. Update broke the package. Again.
edit: as a temporary workaround I switched to
python-selenium-bin
, there's no problem there.txtsd commented on 2024-11-27 14:59 (UTC)
No idea how to fix this one, sorry :(
jgodden commented on 2024-11-27 14:16 (UTC) (edited on 2024-11-27 14:17 (UTC) by jgodden)
Unfortunately today's new build python-selenium 4.27.1-1 apparently leaves out a module for me:
Thank you for your efforts nonetheless!
1 2 3 4 5 6 7 Next › Last »