-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed as not planned
Closed as not planned
Copy link
Labels
I-defectSomething is not working as intendedSomething is not working as intendedJ-issue-templateApplied to issues not following the template, or missing information.Applied to issues not following the template, or missing information.
Description
What happened?
Selenium driver unexpectedly raising the following error:
23:12:08.212ERRORScreenActions: test failed clicking on element with ActionChains methodHTTPConnectionPool(host='localhost', port=54730): Max retries exceeded with url: /session/43042e8439010b0ad1b0e7d27817445c/actions (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x000001F8A18024B0>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it'))
How can we reproduce the issue?
`from selenium.webdriver.common.action_chains import ActionChains`
`ActionChains(self.driver_).click(element).perform()`
Assuming that `element` is a `WebElement`.Relevant log output
23:12:08.212ERRORScreenActions: test failed clicking on element with ActionChains methodHTTPConnectionPool(host='localhost', port=54730): Max retries exceeded with url: /session/43042e8439010b0ad1b0e7d27817445c/actions (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x000001F8A18024B0>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it'))
### Operating System
Windows OS 11
### Selenium version
selenium==4.25.0
### What are the browser(s) and version(s) where you see this issue?
Chrome
### What are the browser driver(s) and version(s) where you see this issue?
latest chrome driver
### Are you using Selenium Grid?
No
Metadata
Metadata
Assignees
Labels
I-defectSomething is not working as intendedSomething is not working as intendedJ-issue-templateApplied to issues not following the template, or missing information.Applied to issues not following the template, or missing information.