-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!I-defectSomething is not working as intendedSomething is not working as intended
Description
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
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!I-defectSomething is not working as intendedSomething is not working as intended