Mink icon indicating copy to clipboard operation
Mink copied to clipboard

PHP web browser emulator abstraction

Results 87 Mink issues
Sort by recently updated
recently updated
newest added

Now function `WebAssert::responseContains` does comparison in case-insensitive mode because of usage `stripos` php function: https://github.com/minkphp/Mink/blob/34c0ae0dff39b0ebfc3b028e66b60943e1bed4ce/src/WebAssert.php#L319-L325 And I see no ways to make case-sensitive comparison. So will be good to add...

It would be great to have a default browser window size that can be defined in configuration, otherwise I have to add an extra step in every Behat scenario of...

## Problem / motivation in #828, @stof said that "the [driver methods] that should actually be deprecated are the separate keydown, keypress and keyup methods in favor of a single...

no BC break, no functionality change improve performance with large sites with wide locators

The args support is necessary as webdriver objects must be passed natively to the underlaying drivers & cannot be serialized directly into the 1st script argument. Example `executeScript` method prototype...

In PHP 8 empty strings are present in every string. This means that depending on which version of PHP you're using, assertions like assertContains and assertNotContains can behave different. I...

Trying to figure out why my script is unable to click on a button even though it is clearly visible and within screen view. This is the only exception I...

Move declaration of replacements and selectors to new function At present the declaration of all raw un-processed selectors and their replacements is in either the class body (private vars) or...

@aik099 requested this. @stof asked me to remove it from the original MR but thinking about it we should only remove it in the MR the replaces it with psalm...