docs icon indicating copy to clipboard operation
docs copied to clipboard

Mink documentation

Results 23 docs issues
Sort by recently updated
recently updated
newest added

The build needs to be moved from Travis CI to GitHub Actions. // cc: @alexpott

Hi. I'm integrating with an VueJS app and when I call $inputNode->setValue('test') I see the "test" string in the input, but when I click to submit form, for example, it's...

I'd like to see the full docs for Mink, specifically the API, but the link results in a 404. I've googled for Mink API, but I'm unable to find a...

On http://mink.behat.org/en/latest/guides/interacting-with-pages.html there are several occurrences of text like this: > Looks for a button (see findButton) and presses on it. The 'see function' should ideally be a link.

I have written my first test this last week using Mink and Chromedriver and it really is not clear Chromedriver is async (it wasn't always so although it's been more...

Includes reference to Selenium limitation which results in cookies bleeding between multi-domain scenarios discussed in minkphp/docs#51

The managing-sessions page says that the Mink class starts the session automatically when getting it. This is not true anymore since the change to auto-start the session when visiting a...

Help wanted

When installing SahiDriver with `composer require behat/mink-sahi-driver` (as explained at http://mink.behat.org/en/latest/drivers/sahi.html ) I get: ```` Package behat/sahi-client is abandoned, you should avoid using it. No replacement was suggested. Package behat/mink-sahi-driver...

I am reading and playing with behat > Basic Browser Interaction > Now that your session is started, you’ll want to open a page with it. Just after starting, the...