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

See https://github.com/symfony/panther/issues/339#issuecomment-757772947 1. works [only on Chrome currently](https://github.com/symfony/panther/pull/402#issuecomment-759260662) (not sure if that's state of the art) 2. needs a nice way to request the capabilities when creating the client (maybe...

I was able to use Panther to take a full page screenshot using the following code, which uses document.documentElement: ```

Hi, how can I download an image using Panther, after the image has been loaded? This image, specifically, is a Captcha, and if I reload it from the source a...

Please see [here](https://github.com/symfony/panther/issues/283) for discussion context When doing E2E testing, it is common to need to login a user to perform certain actions. We often don't care about the login...

If a run fails, the driver leaves dangling processes around indefinitely. ![image](https://user-images.githubusercontent.com/470626/211679657-6e177cc2-3ad1-4a70-a2de-077b826ce9ff.png) There is a high propensity for failure since, in a related issue I am yet to file, sometimes...

The doc say: > Even if Chrome is the default choice, Panther can control any browser supporting the WebDriver protocol. It also supports remote browser testing services such as [Selenium...

I'm working on a test script using PHP and Panther which requires me to first login to my Google account to then access my app. I've tried a whole bunch...

I am using symfony 6.1 with the latest version of PHPUnit + Panther and I was trying to setup a test which checks if the RECAPTCHA is setup correctly. So...

In an attempt to use `assertSelectorWillNotContain` in a test of a change in data value I used `$this->assertSelectorWillNotContain("document.querySelector('#mealid').getAttribute('data-rte')", $rteCount);` In a Firefox console the command `document.querySelector('#mealid').getAttribute('data-rte')` returns an integer. In...