Robert Freigang
Robert Freigang
So a solution would be to create and use a MinkPantherDriver similar to https://github.com/minkphp/MinkBrowserKitDriver (cause the API from symfony/panther is very similar to symfony/browser-kit)? Or do you see another approach?
This PR looks good to me :smiley: @benjamin-vauchel-webrivage Could you provide a test case too?
@benjamin-vauchel-webrivage FYI: I am using an adopted script for using related chrome driver version in my repo. https://github.com/robertfausk/behat-panther-extension/blob/master/bin/updatePantherChromeDriver.sh ```BASH #!/usr/bin/env bash # ensure that symfony/panther's chromeDriver matches installed chromium version...
@stefandesu Can you tell us where you started it? In ```mounted```?
@dkarlovi @storm1er Can you provide a PR including test pls?
Hi Mark, at first: Thank you for trying out and your issue! I ran into the same problem. Besides `symfony/panther` it has also something to do by new release `1.15.0`...
Just released [v1.1.3](https://github.com/robertfausk/behat-panther-extension/releases/tag/v1.1.3). @validaide-mark-bijl Pls reopen if you still encouter issues.
@iamkun Any updates on this?
Hi, first at all: nice, that you give it a try!:) Can you please provide a minimum example project (in github)? Or at least the result of ```vendor/bin/behat -vvv``` and...
This is cause this library uses `robertfausk/mink-panther-driver` which is build on top of `symfony/panther`. `symfony/panther` seems to expect to have one of `symfony/framework-bundle` or `phpunit/phpunit` to be installed. https://github.com/symfony/panther/blob/main/src/PantherTestCase.php#L16-L17