-
Notifications
You must be signed in to change notification settings - Fork 26
[🐛 Bug]: Session unable to start for Selenium 4.11.0 due to permission error #46
Comments
I took a moment to document the issue preventing moving forward to Selenium 4.11.0. I am in the process of moving back to the USA, so if there's anyone who would like to help with this issue, that would be awesome! |
This issue is looking for contributors. Please comment below or reach out to us through our IRC/Slack/Matrix channels if you are interested. |
There is a permissions issue in 4.11.0 when using Selenium Manager in Linux. This is solved for 4.12.0. However, I disabled Selenium Manager for Docker Selenium: SeleniumHQ@b5cec1c. Maybe you can do the same? |
I'm not sure if this is related, but wanted to let you know I had problems using the latest seleniarm-chromium image since the update a couple days ago. Specifically, when I ran a driver.get('https://google.com'), I would get the error message: |
Hi @diemol I brought in your commit that puts SM into offline mode b5cec1c and I've updated to Selenium 4.12.1. The tests are still failing https://app.circleci.com/pipelines/github/seleniumhq-community/docker-seleniarm/373/workflows/4b1a759e-7831-4858-9d3c-765a5e8dc723/jobs/1438 Did the names of the browsers change from chrome to google-chrome? I also still see this in the stack trace:
Please let me know if you might know what this is about. Thank you! |
Just made an attempt to run a quick test using Selenium 4.12.1 and Chromium. Here's what I get:
It looks like the system is trying to use Chrome for Testing, as it's looking for the Chrome binary inside the /home/seluser folder. Instead, it should be looking for Chromium at I'm in the middle of a major life change and am the only maintainer, so I appreciate everyone's patience and appreciate any help others can bring to the table. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
What happened?
In the logs, we can see tests failing when attempting to test Seleniarm images using Selenium 4.11.0. The full logs can be found here:
https://app.circleci.com/pipelines/github/seleniumhq-community/docker-seleniarm/368/workflows/bcace299-db41-4695-8f7c-cfc374605b2a/jobs/1398
The part that sticks out to me is the complaints about permission issues and unexpected word:
Command used to start Selenium Grid with Docker
# This is taken from the circleci workflow config file: USE_RANDOM_USER_ID=false NAMESPACE=seleniarm VERSION=4.11.0 BUILD_DATE=now SKIP_BUILD=true make test_multi_arch
Relevant log output
Operating System
Ubuntu 20.04
Docker Selenium version (tag)
unreleased in CI only
The text was updated successfully, but these errors were encountered: