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

Your project is very interesting. :+1: What about code coverage? Does it work like for a regular Symfony `WebTestCase`? If not, is that a panned thing or is it not...

I'm trying to list links in the client, but I don't know how to list them to click. I can click the first link. links are in a form like...

Hi, when I use the crawler to filter the DOM and test the content of the title tag, I receive an empty string. Tested with: - Debian 9.4 64bits -...

I tested many way to upload file but in each way i got some errors. At the last, this code worked to me: `$crawler->findElement(WebDriverBy::cssSelector(file input selector))->setFileDetector(new LocalFileDetector)->sendKeys(absolute file path);` The...

This is my code: `require "vendor/autoload.php"; use Symfony\Component\Panther\Client; $client = Client::createChromeClient(); $crawler = $client->request('GET', 'https://www.marathonbet.ru/su/popular/Football'); ` And full error text: `[Fri Nov 01 17:29:08.794482 2019] [php7:error] [pid 6766] [client ::1:40280]...

See #502 I added a **Troubleshooting** section and the fix for Bootstrap 5 problem

# Description After migrated from bootstrap 4 to bootstrap 5, something weird is happening. Panther tests that worked with bootstrap 4 no longer work with bootstrap 5. It seems to...

Included LambdaTest Cloud Grid

Hello good, Panther with options **--debug** **PANTHER_NO_HEADLESS = 1** does it work without symfony? Everything is correct, but Chrome terminates before pressing a key. Check here: https://ibb.co/8rQ62k7 My Test Code:...

Hey there, I want to assert the new document state after interacting with the document. I set the test client and web server up like this in my test super...