MinkSelenium2Driver icon indicating copy to clipboard operation
MinkSelenium2Driver copied to clipboard

Selenium2 (webdriver) driver for Mink framework

Results 82 MinkSelenium2Driver issues
Sort by recently updated
recently updated
newest added

After the v1.7.0 release our automated tests started to fail where we use the dragTo() because on first try it doesn't seem to do anything, but on second execution (executing...

Hi, we recently moved the tests of our Drupal site from using [chrome-mink-driver](https://gitlab.com/behat-chrome/chrome-mink-driver) to `MinkSelenium2Driver` and noticing some of the tests are failing due to an empty string being returned...

based on https://github.com/bitovi/syn/pull/196, fixes https://github.com/bitovi/syn/issues/120 input event must be synchronous per spec - https://w3c.github.io/uievents/#event-type-input repro case: https://github.com/bitovi/syn/issues/120#issuecomment-1529794347

This fixes dragging over itself, ie. source element = destination element, in such usecase, extra `WebDriver\Session::moveto()` call is redundant. Drag library like https://github.com/Shopify/draggable needs this fix as the source element...

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...

The browser name can be specified through these places: * the `$browserName` driver constructor argument; * the `$desiredCapabilities['browserName']` key of the desired capabilities (either given upon driver construction or later...

When I am trying to use this driver with the latest docker image `selenium/standalone-chrome:124.0-chromedriver-124.0-20240505`, the Selenium session never starts.

Just fiddled with the Drag n Drop testing and came across an issue when testing it with ExtJs e.g. https://docs.sencha.com/extjs/4.2.2/extjs-build/examples/tree/custom-drop-logic.html Dragging works fine - but dropping runs into nothing because...

response-needed