Skip to content

[πŸ› Bug]: Selenium driver crashes unexpectedly against Windows 11 OSΒ #14879

@bwomsm1

Description

@bwomsm1

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

No one assigned

    Labels

    I-defectSomething is not working as intendedJ-issue-templateApplied to issues not following the template, or missing information.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions