Skip to content
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

Not able to start using Go > 1.20.4 #320

Open
mikegron opened this issue Dec 1, 2023 · 0 comments
Open

Not able to start using Go > 1.20.4 #320

mikegron opened this issue Dec 1, 2023 · 0 comments

Comments

@mikegron
Copy link

mikegron commented Dec 1, 2023

We are using the official GoLang docker image to run selenium tests. It worked fine on golang:1.20.4 but upgrading to >= 1.20.5 we are getting this error:


panic: Failed to create selenium client. Is java installed? Error: unknown error - 33: Unable to create session from {
  "desiredCapabilities": {
    "browserName": "chrome",
    "chromeOptions": {
      "args": [
        "--headless",
        "--disable-extension",
        "--disable-dev-shm-usage",
        "--no-sandbox",
        "--disable-gpu",
        "window-size=1400,1400"
      ],
 [...]

Any ideas what change might be breaking? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant