-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🐛 Bug]: Issue with SergeyPirogov/webdriver_manager#687 #14750
Comments
@jackpeikun, thank you for creating this issue. We will troubleshoot it as soon as we can. Info for maintainersTriage this issue by using labels.
If information is missing, add a helpful comment and then
If the issue is a question, add the
If the issue is valid but there is no time to troubleshoot it, consider adding the
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable
After troubleshooting the issue, please add the Thank you! |
💬 Please ask questions at:
|
wtf this issue keeps appearing and you guys are closing it with no explanations??? |
We shared links to our Slack channel, where you can join and ask for help. We also provide docker images that you can use. Hence, we do not triage any issues with custom-made docker images. Join the Slack channel and we will happy to help. |
Again, the issue with this line of code
Similar to #14758 |
I just want to make a Docker image that has Python3.10 or later and can run Selenium with whatever browser and driver. I have hopelessly been trying this all day and I don't understand how the https://github.com/SeleniumHQ/docker-selenium project helps because I can't even use Pip properly with it. Like seriously, I can't get these images to work at all. How is one supposed to use them? How does the image not come with Selenium installed in the first place??? :/
It's all good. We can install it in a whacky way because pip doesn't work.
And run -it i.e: docker build -t selenium:local . && docker run -it selenium:local /bin/bash && python main.py
Well then, even this doesn't work...Unsupported architecture combination. Then why is there a Docker image for Chromium if it's not supported?
|
Project https://github.com/SeleniumHQ/docker-selenium provide Selenium Server (Grid), and from your test will create a RemoteWebDriver - https://www.selenium.dev/documentation/webdriver/drivers/remote_webdriver/ |
Then why recommend that? The OP came with a Python issue. Mattere not, managed to get Firefox running in Docker. Chrome or Chromium are a nightmare to set up. |
Yes, it looks like your host is using ARM chip, that is the reason SM is looking for Chome in linux/arm64 (which is still not supported by Chrome, even docker image node-chromium is used), and could be seen via error |
This issue has been automatically locked since there has not been any recent activity since it was closed. Please open a new issue for related bugs. |
What happened?
Background
I am trying to setup a docker image so I can run my python application anywhere
DockerFile
My requirements.txt
How I start my Driver
Error log from docker
How can we reproduce the issue?
Relevant log output
Operating System
Running docker on MacOS 15.1
Selenium version
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?
chromedriver/linux64/114.0.5735.90/chromedrive
Are you using Selenium Grid?
No
The text was updated successfully, but these errors were encountered: