You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Well at one point instead of null or not setting the timeouts, we started setting the default W3C values (e.g. 30s etc). Other than that I don't know. For now I propose waiting until php-webdriver-side is fixed then I can resume this task.
Well at one point instead of null or not setting the timeouts, we started setting the default W3C values (e.g. 30s etc). Other than that I don't know. For now I propose waiting until php-webdriver-side is fixed then I can resume this task.
OK. I hope, that applying this fix in the above-mentioned PR (we can use it only with a new WebDriver release) would fix the problem.
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.
The text was updated successfully, but these errors were encountered: