Corey Goldberg
Corey Goldberg
this code is from the start() method in xvfbwrapper.py: ``` # give Xvfb time to start time.sleep(self.__class__.SLEEP_TIME_BEFORE_START) ret_code = self.proc.poll() ``` It uses a fixed time.sleep(.1) to wait for Xvfb...
On Python 3.12+, the following warning is displayed whenever you run concurrent tests: `/unittest/case.py:597: RuntimeWarning: TestResult has no addDuration method` This can be reproduced by running the test suite (`python...
I have a large repo that isn't working with `git who -l`. I suspect the issue is because it is a blobless clone (cloned with `clone --filter=blob:none`), so it doesn't...
### Description TLDR: Our use of type hints in the Python bindings needs some serious love. ---- Static typing is optional in Python, and we make use of it in...
### Description (sorry for the vague title. I'll rename it once I figure out what is happening) Something weird is going on when I enable logging to the console in...
I am unable to set the window position using the latest firefox/geckodriver. Environment: - firefox 137.0 - geckodriver 0.36.0 - Linux (Debian Stable) Steps to reproduce: - Run the following...
`pytest` accepts the `-r p` argument for displaying passed tests in the extra test summary info (shown when tests finish). This acts really weird with `pytest-sugar` installed. For example, I...
### Feature and motivation The selenium subreddit is a user community hosted on Reddit: https://www.reddit.com/r/selenium/ It was closed to the public and set to a restricted mode for the past...
#850 was closed as fixed, but this still happens in 0.67.0. (also reported in #872) I am running Debian 13 on a Raspberry Pi 500 (ARM64), and running the `difft`...
### **User description** ### 💥 What does this PR do? This PR makes a slight change to the logic for finding the Selenium Manager binary, so it doesn't give a...