MinkSelenium2Driver
MinkSelenium2Driver copied to clipboard
Selenium2 (webdriver) driver for Mink framework
I plan to add 2 more jobs in the matrix: - Selenium 3 using ChromeDriver (chromium is now available on Travis, so ChromeDriver is usable if we download it) -...
Greetings, I am using the following .yml file to run my tests against Sauce Labs. Most of my tests break due to responsive design and the default resolution. I need...
Hi togehter, I'm using MinkSelenium2Driver together with Mink and Behat. The Configuration of behat via behat.yml is documented on [http://behat.org/en/v2.5/guides/7.config.html](http://behat.org/en/v2.5/guides/7.config.html). The configuration for the Behat-Mink-Extension via behat.yml is documented on:...
We have several problems due usage of Syn library for JavaScript event triggering. I propose to switch to WebDriver native event triggering capabilities instead of using Syn library. During the...
Current "key*" methods are just emulating JS events instead of actually pressing corresponding keys. I recommend using dedicated WebDriver calls for that instead. Though we need to add test to...
Dears, I want to execute the scenario or test twice and in parallel by opening two tabs. I need this test to check and see how that affects the created...
I'm running tests with Mink on Saucelabs (Sauce Connect 4.4.6) After updating mink-selenium2-driver from 1.3.1 to devmaster tests with firefox started to fail with `Expected to be on "http://localhost/owncloud-core/index.php/login" but...
When sending "\n", or Key::ENTER at the end of a string with fillField, the field is correctly filled and ENTER is pressed, but then it explodes with this Exception: ```...
I could not get my test to work when using the dragTo implementation in the Selenium2Driver, but this worked: ``` php private function performDragAndDrop(Element $element, Element $dropZone) { $session =...
The `GeneralTest::testAdvancedForm` test started to fail recently: ``` 1) Behat\Mink\Tests\Driver\Form\GeneralTest::testAdvancedForm Failed asserting that ' Advanced form save array ( 'agreement' = 'on', 'email' = '[email protected]', 'first_name' = 'Foo "item"', 'last_name'...