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

Hi can anyone advise on how to get mink to return the sessionid from browser stack For Selenium this is how it is done -> Session ID To obtain the...

Adding MinkPhantomJSDriver to the documentation via new section. Driver is already integrated with mink/driver-test-suite and has been change to address all the topics discussed with @stof.

$mink = new Mink(array( 'samarkpage' => new Session(new GoutteDriver(new GoutteClient())), )); $mink->setDefaultSessionName('sessionName'); $mink->getSession('sessionName')->visit($startUrl); $mink->getSession('sessionName')->getPage()->fillField('login', 'username'); $mink->getSession('sessionName')->getPage()->fillField('password', 'password'); $mink->getSession('samarkpage')->getPage()->find('css', '.loginButton')->submit(); ## URL : https://api.4shared.com/web/login?returnTo=https%3A%2F%2Fapi.4shared.com%2Fv1_2%2Foauth%2Fauthorize%3Foauth_token%3D0c2b0cfc1377a442ab4fca2c645df45a Do you have a simple implement code...

This chapter should show a working example using the Session and manipulating a page. I suggest to use GoutteDriver to setup the Session in this example because it is the...

Help wanted

Only a short documentation on assertion system.

Thanks to http://packanalyst.com/class?q=Behat\Mink\Driver\DriverInterface I found the implemetations of our DriverInterface in Packagist packages. Apart from several child classes of our drivers for specific testsuite needs (not always necessary for Mink...

I've come across a Selenium cookie clearance limitation (leading to session 'bleed' if a scenario ends on a different domain): minkphp/Mink#642 Please can you include this limitation in the updated...

The doc is totally missing for the WebAssert currently

Help wanted

This page (or pages) should explain how to report issues (which repo), and how to contribute to the repo, including new features impacting drivers (which require updating 2 testsuites in...

Help wanted