-
Using `externally_connectable` ( https://developer.chrome.com/extensions/manifest/externally_connectable ), an archive's webUI (or any arbitrary web page, even one on localhost) could be added to the …
-
When the `\Behat\Mink\Tests\Driver\Custom\TimeoutTest::testInvalidTimeoutSettingThrowsException ` test is executed on Selenium 3.x it fails with this message:
```
Failed asserting that exception o…
-
Is there any way using the Mink API to, for example, click on the OK or Cancel buttons on a Javascript-generated confirm dialog box or fill in text in a dialog generated from prompt()? We're having tr…
-
All drivers should link to the page of the doc related to them, and usage instructions removed from the Readme itself to avoid duplication (the instructions are not very good currently anyway, even th…
-
The `GeneralTest::testAdvancedForm` test started to fail recently:
```
1) Behat\Mink\Tests\Driver\Form\GeneralTest::testAdvancedForm
Failed asserting that '
Advanced form save
array (
'…
-
While working on adding PHP 8 support... it was detected that there are, right now, some PHP Warnings happening with some deprecated code in the behat tool-chain.
```
PHP Deprecated: Method Refle…
-
For example with Moodle 4.3.5+ (Build: 20240705), report_allylti 2024060300 and firefox-115.12.0-1 on CentOS 9:
```
# vendor/bin/behat --config /var/www/beh_moodledata/behatrun/behat/behat.yml `pw…
-
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 Mink to cover…
-
Use case, dl2014.org now forwards to http://www.city.ac.uk/ , so old site is no longer accessible through the Mink interface
-
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!