Search Criteria
Package Details: python-selenium 4.26.1-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: | 32 |
Popularity: | 3.41 |
First Submitted: | 2022-01-23 14:41 (UTC) |
Last Updated: | 2024-11-05 13:13 (UTC) |
Dependencies (17)
- 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-compatAUR, 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)
- python-pytest (check)
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
carlosal1015 commented on 2022-05-17 14:32 (UTC)
Thanks you for packaging @a.kudelin, is fixed from my side.
a.kudelin commented on 2022-05-15 11:12 (UTC)
@arcamagna, hi! The error you reported is not reproduced. Please try to build the package in a clean chroot.
@MoetaYuko, thanks, fixed in 4.1.4-2.
moetayuko commented on 2022-05-15 05:42 (UTC)
pytest stuck after tests passed when using parallel compilation:
please consider setting MAKEFLAGS to -j1
arcamagna commented on 2022-05-14 19:57 (UTC)
Hi, I'm getting the same error with 4.1.4:
a.kudelin commented on 2022-05-14 13:27 (UTC)
Hi @carlosal1015
I cannot reproduce the error building the package in a clean chroot.
a.kudelin commented on 2022-04-21 14:05 (UTC)
@Ashark, you can check the import in a python shell: it's working just fine.
Ashark commented on 2022-04-20 17:21 (UTC)
For some reason, when using this package (currently 4.1.0-2), in pycharm the
from selenium.webdriver.support.relative_locator import locate_with
line is underlined with red (like there is no such include source as relative_locator). However, when I deleted this package, installedpip install selenium
(currently 4.1.3), it became normal.I see, in github releases the 4.1.0 is latest currently, but probably it is still outdated.
« First ‹ Previous 1 2 3 4 5