panther icon indicating copy to clipboard operation
panther copied to clipboard

A browser testing and web crawling library for PHP and Symfony

Results 149 panther issues
Sort by recently updated
recently updated
newest added

Hi folks! I've implemented panther for e2e tests in one of my projects within a php container and it works flawlessly so far. I've installed chromium and the chromedriver on...

Hi, With the WebTestCase client it's possible to use HTTP Basic Authentication using the following code: ```php $this->adminClient = static::createClient( [], [ 'PHP_AUTH_USER' => 'login', 'PHP_AUTH_PW' => 'password', ] );...

In a project, I'm trying to test a form submit. During the form filling, there are fields which are automatically filled by a JS code using other fields values. In...

I am trying to complete a Stripe payment form using Panther. For my form, I am using Stripe Elements, which initializes the fields. But strangely, it is impossible for me...

Hello, I am trying to use Panther to fill out a Stripe payment form. My Stripe fields are managed by Stripe itself from iframes generated in my form. //Get iframe...

I`m trying to scrap with a panther and first i wanted to test in on something, this time it is yandex. Working on OpenServer, this is my code: require_once "vendor\autoload.php";...

Hello everyone. I run my webserver and tests inside a docker environment and my web browser is in my host computer. As I've read in #190 chromedriver can't be used...

Some time ago everythig works fine, but after rebuild my image I faced with error composer json ``` "require-dev": { "dbrekelmans/bdi": "^0.3.0", "symfony/panther": "^1.1", ``` ``` root@89ad49c92a69:/auth_service# /usr/lib/chromium/chrome --version bash:...

Hi, Could you help me, I like to use Panther in a docker container but phpunit returns an error "_DevToolsActivePort file doesn't exist_" ? ``` 1) App\Tests\FirstTest::testSomething Facebook\WebDriver\Exception\UnknownErrorException: unknown error:...