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

Good morning! I need to automate a selection action, I noted that some drivers offer getMouse, or Actions type functionality. Can this be reproduced with Mink? Thank you!

Anyone else experiencing this? `javascript error: arguments[0].getAttribute is not a function (Session info: chrome=94.0.4606.54)` https://bugs.chromium.org/p/chromedriver/issues/detail?id=3746#c7 Rolling back to 90 makes it functional again. But maybe we can solve this here...

Hello, Is it possible to run tests on Edge browser using Mink Selenium2 driver and Selenium 4 grid ? I've tried using: ``` default: suites: default: filters: tags: ~@wip paths:...

Support for the JsonWire selenium protocol is fading out in favor of the W3C spec: - Firefox's geckodriver implements only the W3C protocol - Safari's driver uses the W3C driver...

I have two iframes nested within each other. I find and switch to the first iframe. From there I can find but cannot switch to the second iframe i get...

Implemented method "sendKeys" in order to solve setting a value on autocomplete input elements as commented in [286](https://github.com/minkphp/MinkSelenium2Driver/pull/286), [292](https://github.com/minkphp/MinkSelenium2Driver/issues/292) and [301](https://github.com/minkphp/MinkSelenium2Driver/issues/301) Related to [767](https://github.com/minkphp/Mink/pull/767) PR open in Mink project.

see https://github.com/minkphp/MinkSelenium2Driver/blob/cd7f67ee55f6293d488e2869234b531fb5e6f8f5/src/Selenium2Driver.php#L134 currently `goog:chromeOptions` are supported for chrome, but similar `moz:firefoxOptions` options for Firefox are not supported yet ref: https://developer.mozilla.org/en-US/docs/Web/WebDriver/Capabilities/firefoxOptions This is a feature request to provide exactly the same...

This change (removed **. Key::TAB**) https://github.com/minkphp/MinkSelenium2Driver/commit/67c5b8a20274c53ec2f85fabda7005a6ac2dd1b9#diff-0369b4491b60042056986863691f6a7fL681 is breaking my tests. ```php $el = $this->getSession()->getPage()->find(css, '#product'); $el->click(); ``` ``` element click intercepted: Element is not clickable at point (813, 212). Other...

There have been several requests in #252 to make a new release for MinkSelenium2Driver, but these are probably not very visible since that PR is closed. So here is a...

- implementing pressKey - bumped behat/mink to 1.8@dev