Package Details: python-selenium 4.21.0-1

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
Last Packager: carsme
Votes: 25
Popularity: 1.13
First Submitted: 2022-01-23 14:41 (UTC)
Last Updated: 2024-05-20 06:51 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

MoetaYuko commented on 2022-05-15 05:42 (UTC)

pytest stuck after tests passed when using parallel compilation:

================================================================================ 31 passed, 1 warning in 0.66s =================================================================================
^CException ignored in: <module 'threading' from '/usr/lib/python3.10/threading.py'>
Traceback (most recent call last):
  File "/usr/lib/python3.10/threading.py", line 1560, in _shutdown
    lock.acquire()
KeyboardInterrupt:

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:

File "/tmp/python-selenium/src/selenium-selenium-4.1.4-python/py/setup.py", line 25, in <module>
    scheme['data'] = scheme['purelib']
KeyError: 'purelib'

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, installed pip 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.