MinkSelenium2Driver
MinkSelenium2Driver copied to clipboard
Selenium2 (webdriver) driver for Mink framework
When I use `And I fill in "field[foo]" with "Acme (123)"` to enter a value into a form field, `Acme (123)` becomes `Acme 123)`. In short, the opening parenthesis is...
With recent releases of Selenium we have been facing few fails because of click button (https://github.com/SeleniumHQ/selenium/issues/1202). Also, as they have recently released lot of versions in last few months it's...
Configuration: - OS: Yosemite 10.10.5 - Google Chrome: 51.0.2704.84 (64-bit) - Selenium Server: 2.53 When running driver tests in there I have following failures: ``` There was 1 error: 1)...
Right now we download (via curl) fixed Selenium binary version. With Travis CI cache feature enabled we can download it to folder that will be cached and therefore avoid future...
…own|up} not working on non-input elements.
Closes #228
Currently I have a problem with subclassing the Selenium2 driver (I created a version which adds support for extra SauceLabs features): the method `setWebDriver()` is typehinted to WebDriver, which is...
Drivers have very basic instructions on how to get use them, but no instructions how to contribute into them. Need to add section on CONTRIBUTING.md with details about: - how...
Hi there, I have random test failures with behat, which uses the selenium2driver. In the end I got the dreaded MoveTargetOutOfBounds Exception, but only very sometimes. I back-traced the code...
I couldn't add capability to firefox driver. I added proxy option for connection but I couldn't set 'permissions.default.image' as '2'. Briefly, I want to disable image loading while test continue....