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

Main issue: https://github.com/minkphp/Mink/issues/406 Code Coverage: **71.60%** ![selenium2_code_coverage](https://f.cloud.github.com/assets/1277526/1677746/fe5943aa-5d2c-11e3-9be8-e750968e439a.png)

//Given this element is a title element $element->getText(); // with blank content $element->getHtml(); // it's ok 1. I put chinese characters in title : 活动首页 2. I used selenium driver...

Hi dear colleagues! Meeting problem with loading tracking pixels on driver runs. It is just freezing with message in the bottom status line - "Waiting for www.facebook.com...", "Waiting for *.criteo.com",...

I'm testing an application with Behat, Mink and Selenium 2 that has some input fields with autocompleters. A typical autocompleter is rendered as a `` below the input field that...

I'm facing this error while executing the following steps in the feature : ``` gherkin @javascript Feature: As an admin I want to add content to Movies content type using...

``` Given I use Goutte driver When I call " I should see "Someone" in the ".navbar-top .nav li:nth-child(2) a" element " I get success result ``` But ``` Given...

See: http://code.google.com/p/selenium/issues/detail?id=3604 Since the Selenium2Driver already uses Syn.js, I was thinking we could add synthetic events for the drag & drop, and/or update to a newer version of syn.js (from...

response-needed

For some tests, I want to validate that the return keypress behaves correctly. ``` $field->keyPress(13) ``` The operation works in Firefox, but fails in every other browser I have tested...

response-needed

Is setPreference currently supported though behat? Encountered it trying to deal with a Firefox CSS loading issue while tests are running, https://groups.google.com/forum/#!topic/selenium-users/QiBgP7SBiyo _I've skimmed over the sources and looking over...

response-needed

Using the `moveto` WebDriver command the Firefox will trigger an `\WebDriver\Exception\MoveTargetOutOfBounds` exception when the element is outside of the viewport: ``` Move target (194, 1001) is out of bounds of...