Search Criteria
Package Details: python-selenium 4.16.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://www.selenium.dev |
Licenses: | Apache |
Submitter: | jelly |
Maintainer: | a.kudelin (carsme) |
Last Packager: | carsme |
Votes: | 21 |
Popularity: | 0.47 |
First Submitted: | 2022-01-23 14:41 (UTC) |
Last Updated: | 2023-12-06 20:56 (UTC) |
Dependencies (10)
- python (python32AUR, python37AUR, python310AUR)
- python-certifi
- python-trio
- python-trio-websocket
- python-urllib3
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
Required by (30)
- audible-activator-git
- bcdl-git
- changedetection.io
- crunchyroll-guest-pass-finder
- diffenator2
- flaresolverr
- flaresolverr-git
- gourmand (optional)
- little-brother
- nexfil
- nxp-dlagent
- openstack-horizon (check)
- openstack-horizon-doc (check)
- playx
- python-altair (optional)
- python-birdseye (check)
- python-bokeh (optional)
- python-bokeh2 (optional)
- python-branca (check)
- python-folium
- Show 10 more...
Latest Comments
1 2 3 4 Next › Last »
petronny commented on 2023-09-18 09:37 (UTC) (edited on 2023-09-18 10:17 (UTC) by petronny)
And it's also possible to fix the NoSuchDriverException with out installing selenium-manager. In my case, I'm using the geckodriver and I update my code from
to
and everything works again.
PS. To further disable the warning about
log_output
:or so on.
petronny commented on 2023-09-18 09:15 (UTC)
Hi, I only use python but I guess selenium-manager may be also needed by other language bindings for selenium (Java/CSharp/Ruby). In that case keeping selenium-manager as a separate package is better.
carsme commented on 2023-09-17 11:26 (UTC)
Unless someone objects, I'll incorporate the contents selenium-manager into this package. You OK with that, @thrasibule?
Shalrath commented on 2023-09-16 13:48 (UTC)
4.12.0-1 works when AUR package selenium-manager is installed.
carsme commented on 2023-09-15 15:53 (UTC)
@thrasibule, is there a good reason to build it as a separate package? We could build the Selenium Webdriver as part of this package.
thrasibule commented on 2023-09-13 18:22 (UTC)
I've added a selenium-manager package that fixes the NoSuchDriverException with the more recent versions.
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.
1 2 3 4 Next › Last »