You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Any ideas what change might be breaking? Thanks
The text was updated successfully, but these errors were encountered: