Alex

Results 951 comments of Alex

> `${{ matrix.selenium_version }}` should also be used on line 98 like below, otherwise it will conflict with #385: > > ```yaml > name: logs_php-${{ matrix.php }}_selenium-${{ matrix.selenium_version }}_firefox >...

If https://github.com/minkphp/webdriver-classic-driver solves this PR needs, then probably not.

@mvorisek , do I understand correctly, that you're proposing the Syn library change to Mink, which isn't yet merged into the Syn library itself?

@yyss8 can you please reference the issue on the Selenium side? I don't understand what Selenium the bug prevents the `->text()` method from working on some nodes.

@yyss8 , would it be possible to rewrite your tests to perform actions/assertions based on user possible actions in the Web Browser (e.g. not checking the text of the elements,...

@mvorisek , Test skipping can be done in the `\Behat\Mink\Tests\Driver\Selenium2Config::skipMessage` method. The only purpose of the test you've mentioned (added by you) was to confirm, that code changes from this...

I've checked on Selenium 2 + Chrome and it works, but Selenium 2 + Firefox doesn't. Visually it looks like once the element is clicked without releasing a mouse button...

I've checked with different Firefox versions on Selenium 2 and : * on Firefox 47 it doesn't work (used in GitHub Actions) * on Firefox 92 it does work I...

@uuf6429 , do you know what tag of the `selenium-firefox` Dockerimage needs to be used to get the Selenium 2 and modern Firefox version? Tests for this PR are failing...

> @aik099 `selenium/standalone-firefox:2` typically means "the latest selenium 2 with the latest firefox available at that time". In other words, I don't think they are building images for with selenium...