MinkSelenium2Driver
MinkSelenium2Driver copied to clipboard
Selenium2 (webdriver) driver for Mink framework
After many tests, i had to downgrade my selenium container from latest to 3.14. The behavior is that return from webdriver seems to have change and result from selenium queries...
If ``fillField`` - ``setValue`` is called with an input that makes the field go away, then the recent code that tries to do a ``blur`` out of the field fails...
Hi, I'm using Behat with Mink and Selenium 2, which itself uses the `selenium/standalone-chrome-debug` docker image. And within some tests I would like to check some network requests of an...
Hi, I have step in my context: ``` /** * @Then /^I see the name "([^"]*)" of the logged in user$/ */ public function iSeeTheNameOfTheLoggedInUser($arg1) { $this->gui->getSession()->getDriver()->setTimeouts(array('implicit'=>10000)); $this->gui->assertPageContainsText($arg1); } ```...
hello, with this code i manage to get a screenshot, but can't find a way of getting the whole page. Only the fold of the page is saved: ``` $driver...
Some pages that use google places in their inputs delete their values when losing focus from the element. When the setValue method is called, his behaviour makes the input lose...
Hello, Could someone create a tag on the actual master branch ? I'm pretty sure that lot of people have errors using chrome due to this bug : https://github.com/minkphp/MinkSelenium2Driver/commit/67c5b8a20274c53ec2f85fabda7005a6ac2dd1b9 it's...
Hi , I have this configuration: accounting: #accounting - desktop with GUI browser autoload: '': %paths.base%/Accounting/bootstrap extensions: Behat\MinkExtension: # base_url: http://loc.test.be goutte: ~ selenium2: wd_host: "http://127.0.0.1:4444/wd/hub" # use chrome browser...
Reproduction case : We have a top fixed menu (position: fixed; top: 0; left: 0; right: 0;) 1. When i want to click on specific element outside the view screen...
#233 claimed to update to version 0.0.3 of the Syn library, however it actually just made unknown changes to 0.0.2. I really think that we need to update to the...