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

File name may contains "Invalid characters" per GitHub. ![image](https://user-images.githubusercontent.com/1244112/192533754-a2ed3b90-8947-4b2f-9127-5f13fbd1de42.png) ``` Invalid characters include: Double quote ", Colon :, Less than , Vertical bar |, Asterisk *, Question mark ?, Carriage...

Hi, I did not found on the documentation anywhere that helps us to define the browser's window size. By chance there was an [issue ](https://github.com/symfony/panther/issues/428) with an example, so it...

I tried the following code, but it did not seem to work: ``` $client->waitForVisibility('img'); ```

When starting the webserver fails, `WebServerReadinessProbeTrait::waitUntilReady` tries to throw a RuntimeException. To fill the Exception with content, it calls `$process->getErrorOutput()`. This leads to a LogicException as the output gets disabled...

The CI is in a bit of a mess, hope this helps.

Inspired by [#164](https://github.com/symfony/panther/issues/168) Environment variables are always casted to strings, so added PHP `filter_var()` to cast `$_SERVER` variables at if statements. I think for argument `PANTHER_DEVTOOLS` its required to be...

Hi, i have fully working setup, the only part is missing to start panther in --no-headless mode. symfony app is inside a docker container, my dev environment is in windows...

I found that using AssetMapper create problems with panther because files are not served. You can solve it by creating a router.php: ```php