Selenium Docker: Firefox crashes when trying to open fancybox popup Selenium Docker: Firefox crashes when trying to open fancybox popup docker docker

Selenium Docker: Firefox crashes when trying to open fancybox popup


Found a fix for the problem.

I am trying to find a definitive reason for it but for now, the automation is working as it should. Couple things I added in the docker-compose.yml fixed the issues which are as follows:In selenium-hub add:

environment:      - GRID_BROWSER_TIMEOUT=30

In firefox add:

volumes:      - "/dev/shm:/dev/shm"

Though its working I will still be looking for a logical explanation and if someone has it, would really appreciate if you posted it here.