Mink
Mink copied to clipboard
PHP web browser emulator abstraction
Hi, the keyUp/Down/Press methods allow for a modifier, such as CTRL, SHIFT, ALT. These modifiers would make sense on the click-method as well. Think of multiple selection using shift or...
For steps such as "I visit "/url"" OR I follow "link", sometimes with Goutte, the timeout doesn't seem to be thrown when it is needed and it keeps on hanging....
Is there a way to extend WebAssert and use extended version in context?
Hi, I have a test in my scenario like this: Then the "Website:" field should contain "http://www.wenigersh.com" when I run the test I get an error: 1. The field "Website:"...
When I have form with related action then while sending form by clicking on button Folow next steps ``` gherkin Given page with related form action like: When I opened...
Hello I'm trying to use https://github.com/browserless/chrome for easy management of chrome instances When I tried to connect to it (using Chrome mink driver), I'm getting the below error, I was...
## Short story: After a https://github.com/minkphp/Mink/pull/856 change (included in Mink 1.11.0 release) the `switchToIFrame` method signature was massively (`DriverInterface`, `CoreDriver`, `Selenium2Driver`, etc.) changed: * from `public function switchToIFrame($name = null)`;...
See #779 This adds support for finding a button by its aria-label value.
Hi, new to this, but having a maybe basic question. My script successfully opens a session, loads a page, sets a certain form field to my needs. Now I did...
I installed everything properly. When I try to launch the "Usage Example," I get the error message "Class "Behat\Mink\Mink" not found." I tried installing in many different ways and nothing...