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

...cause it is not yet available into ```main``` by now. see #526

Hello, First I would like to thank you to improve this part of symfony and helping us to get rid of Behat. I have created a symfony app which needs...

Hello, I have an hosted application on Platform.sh with a [Chrome Headless](https://docs.platform.sh/add-services/headless-chrome.html) service to use Panther for crawling. My platform.sh service is exposed on http://XXX.XXX.XX.XX:9994/ Following issues: #312 #190 i...

I'm trying to write a test to make sure that the Fileinput dialog of a hidden input opens when you click a button. I wonder if this is possible? How...

Hi! ``` ``` When I run the previous code, I'm getting the error mentioned in the title that comes from vendor/symfony/panther/src/ProcessManager/WebServerReadinessProbeTrait.php -more specifically from the condition "if (Process::STATUS_TERMINATED === $status)"...

In some CSS frameworks (e.g. Bootstrap 4) it is possible to use custom checkbox designs. They hide the actual `input` element behind the `label` element. When submitting such a form...

Converts implicit variables into explicit ones in double-quoted strings or heredoc syntax.

Add curly braces to indirect variables to make them clear to understand.

Add void return type to functions with missing or empty return statements, but priority is given to @return annotations.

Replace strpos() calls with str_starts_with() or str_contains() if possible.