Skip to content

[πŸ› Bug]:Β #2665

@ameshkin

Description

@ameshkin

What happened?

I am new to selenium and I am trying to set it up for Drupal 10 with lando. I am using seleniarm/standalone-chromium:latest

I've tried many variations of IP addresses.

The server is able to connect, but times out.

It's trying to access "http.target": "\u002fsession"

This is the URL that it's trying to reach when it times out.

{
"traceId": "87a7f572ddb57b7c5800c5346adb6913",
"eventTime": 1739979791972732400,
"eventName": "HTTP request execution complete",
"attributes": {
"http.flavor": 1,
"http.handler_class": "org.openqa.selenium.grid.sessionqueue.local.LocalNewSessionQueue",
"http.host": "chromedriver:4444",
"http.method": "POST",
"http.request_content_length": "160",
"http.scheme": "HTTP",
"http.status_code": 500,
"http.target": "\u002fsession"
}
}
You can view details on stack overflow.
https://stackoverflow.com/questions/79449081/behat-selenium-could-not-open-connection-could-not-start-a-new-session-new-ses

Command used to start Selenium Grid with Docker (or Kubernetes)

Using lando. Selenium server is running well.

Internal ip 172.23.0.1 is mapped to localhost

- **Selenium Standalone Version:** 4.20.0
- **ChromeDriver:** 124.0.6367.78
- **Chromium:**: 124.0.6367.78
- **Chrome Browser Version:** 124.0
    - Binary Path: `/usr/bin/chromium`

Relevant log output

{
    "traceId": "87a7f572ddb57b7c5800c5346adb6913",
    "eventTime": 1739979791972732400,
    "eventName": "HTTP request execution complete",
    "attributes": {
        "http.flavor": 1,
        "http.handler_class": "org.openqa.selenium.grid.sessionqueue.local.LocalNewSessionQueue",
        "http.host": "chromedriver:4444",
        "http.method": "POST",
        "http.request_content_length": "160",
        "http.scheme": "HTTP",
        "http.status_code": 500,
        "http.target": "\u002fsession"
    }
}

Operating System

MAC with Linux Lando/Docker build

Docker Selenium version (image tag)

4.20.0

Selenium Grid chart version (chart version)

not sure

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions