minkphp / MinkSelenium2Driver

Selenium2 (webdriver) driver for Mink framework
MIT License
508 stars 163 forks source link

Use latest Firefox version with Selenium 2 on GitHub Actions #391

Open aik099 opened 5 months ago

aik099 commented 5 months ago

The https://hub.docker.com/r/selenium/standalone-firefox image provided by Selenium only supports Firefox 47 when used with Selenium server 2.x versions. This causes problems in a test suite because a working code (e.g. dragging a div into itself in #359) fails due:

Need to create an image with a modern Firefox/geckodriver version and use it on GitHub Actions.