minkphp / webdriver-classic-driver

Mink driver for the W3C WebDriver Classic protocol
MIT License
3 stars 5 forks source link

Investigate GH crashes when page timeout is set multiple times #48

Open uuf6429 opened 1 week ago

uuf6429 commented 1 week ago

While adding tests in #38, we've hit a very strange bug where setting page load timeout in combination with window tests causes crashes, but only on GitHub actions.

We've had a long investigation already, but it was inconclusive, so we ended up disabling the tests in the specific cases.

This issue is to track this problem, investigate deeper, collect information and hopefully find a solution.