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

I've been working on set up E2E tests for my side project and keep running into errors like this: ```bash PHPUnit 9.5.21 #StandWithUkraine Testing App\Tests\E2E\Hunt\JobApplicationE2ETest E 1 / 1 (100%)...

Curl exceptions when quitting WebDriver are being thrown for different reasons, but are hard to handle since the method is called from inside the destructor. The destructor is called when...

Hello everyone, My script runs perfectly however, I have tried every varation of arguments and I can not get chromedrive to log. The php-webdriver dev team is asking for logs...

There is an issue when using $this->assertResponseIsSuccessful() or $this->assertResponseRedirects() in test with Symfony Panther. Follow this link for more details please [https://stackoverflow.com/questions/73670467/symfony-panther-httpfoundation-response-object-is-not-available-when-using-webd](https://stackoverflow.com/questions/73670467/symfony-panther-httpfoundation-response-object-is-not-available-when-using-webd)

When working with panther tests, the website seems to be running with `dev` mode config, even though if I ``dd(getenv('APP_ENV'))`` it reports it's in 'test' environment. This causes lots of...

The old page has a warning, that it will move to the new location.

Hey, either I'm doing something wrong or there's something going on with interactive mode. phpunit.xml: ``` src tests ``` command: ``` PANTHER_NO_HEADLESS=1 bin/phpunit --debug ``` console output: ``` ime: 00:09.015,...

https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

In a form in my project, a form holds two radio buttons for the field `transfer` with values `0` and `1`. When the button with value `1` is pre-selected, I...

When using the functionality via cron, the file completes its work before receiving the result from ChromeClient (even with the wait functionality). What to do in this case? How can...