Skip to content

[πŸ› Bug]: Selenium hanging to .get in docker?Β #14868

@LucasTor

Description

@LucasTor

What happened?

When running in docker, selenium hangs to fetch the zoom signing URL, but the same does not happen when running outside the container, on my machine.
The code is exactly the same both inside and outside Docker
The code gets stuck on this line:

self.driver.get("https://www.zoom.us/signin")

And, after a while, it times out in the 3 or 5 minutes default
Any other URL loads fine inside Docker
I have tried using http toolkit to check on the requests, and everything loads normally, but the call to .get hangs

How can we reproduce the issue?

Call

self.driver.get("https://www.zoom.us/signin")

Both inside and outside docker



### Relevant log output

```shell
selenium.common.exceptions.TimeoutException: Message: timeout: Timed out receiving message from renderer: 14.588

Operating System

Mac OS and Ubuntu on Docker

Selenium version

Unsure of the version, but it's for Python

What are the browser(s) and version(s) where you see this issue?

Chrome 131

What are the browser driver(s) and version(s) where you see this issue?

ChromeDriver 131

Are you using Selenium Grid?

No

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-needs-triagingA Selenium member will evaluate this soon!I-defectSomething is not working as intended

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions