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: | 1.49 |
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 (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
- 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 »
kmacleod commented on 2024-11-19 20:15 (UTC) (edited on 2024-11-19 20:15 (UTC) by kmacleod)
For now, I'm working around this by manually copying the js files into the webdriver/remote directory, so that they can be loaded when needed:
From the extracted tarball:
I don't recommend doing this, but it seems to work for me (for now).
kmacleod commented on 2024-11-19 18:10 (UTC)
Any progress on getting the latest install to work, including get_attribute?
txtsd commented on 2024-11-05 12:54 (UTC)
@carsme Thank you. I've got it updated and building. I updated
.nvchecker.toml
also to check on github, and download theselenium-x-python
tags from github.Is there any other kind of check you do besides just getting it to build and going through namcap logs?
carsme commented on 2024-11-05 12:08 (UTC)
@txtsd Of course, I'd love some help.
txtsd commented on 2024-11-05 12:07 (UTC)
Can I have co-maintainer on this package, please? I'd like to take on the challenge of maintaining it.
Metzger100 commented on 2024-09-29 13:17 (UTC)
I rolled back to python-selenium 4.22.0 after get_attribute() doesn't work anymore.
macxcool commented on 2024-09-11 20:29 (UTC)
Does anyone have a working PKGBUILD, or an idea of what needs to be changed for this to work?
Archislove commented on 2024-09-07 09:05 (UTC) (edited on 2024-09-07 09:19 (UTC) by Archislove)
Update to 4.24.0-1 fails with
At the beginning of the update there were these warnings:
cprn commented on 2024-09-06 07:54 (UTC) (edited on 2024-09-06 09:20 (UTC) by cprn)
It seems the new version of the package is missing files. Since update, I'm having the following issue:
The package should install required JS wrappings as well. As a workaround, I replaced all calls to
get_attribute()
withget_dom_attribute()
in my application, but it probably won't be suitable for more complicated cases.evrusnex commented on 2024-09-04 22:11 (UTC) (edited on 2024-09-04 22:12 (UTC) by evrusnex)
« First ‹ Previous 1 2 3 4 5 6 Next › Last »