Skip to content

Selenium: "UnknownError: session deleted because of page crash from tab crashed" #13

@etture

Description

@etture

In a Docker container, the above error message appears and crashes Selenium webdriver.
The solution is to mount the /dev/shm volume to the Docker container when running it, with the following option:

-v /dev/shm:/dev/shm

Metadata

Metadata

Assignees

No one assigned

    Labels

    CloudCloud relatedDockerDocker relatederrorDealing with errorslinuxLinux related

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions