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

Implements #590 by @dkarlovi. This change allows the usage of an external selenium instance (e.g. via docker compose) to test against the internal webserver. Todos: - [ ] Tests -...

Hi, seems this wont work with special characters like » This is the code ``` ``` The error is: object(Facebook\WebDriver\Exception\ElementClickInterceptedException)#18 (8) { ["message":protected]=> string(311) "element click intercepted: Element [...](javascript:__doPostBack('List$PagingNavBarTop','1')) is...

Hello, I want to use a FirefoxClient objet to scrap the sourcecode of a dynamic web page but it seems it cannot find the path to my copy of Firefox,...

The error message occurred in the test: ``` namespace tests\Panther; use Symfony\Component\Panther\PantherTestCase; class MealTest extends PantherTestCase { public function testFoodAddAndRemove() { $client = static::createPantherClient(); $client->followRedirects(); $client->request('GET', '/meal/1095/edit'); ; Symfon $this->assertPageTitleContains('Edit...

Now that the documentation belong to the symfony-docs repo, let's link the documentation in the README. After @OskarStark's comment: https://github.com/symfony/symfony-docs/pull/19109#issuecomment-1847049014 Also, we discussed during SymfonyCon that this component may be...

I've just spent the last few hours trying to figure out why a url that should be 404'ing is returning 200. I assumed it was a problem with the cache,...

Hi, when upgrading to phpunit 10.4, I get a warning: ``` 1) Test results may not be as expected because the XML configuration file did not pass validation: Line 21:...

Hello, I'm upgrading from 2.1.0 to 2.1.1 and I encounter the following error : `TypeError: Symfony\Component\Panther\DomCrawler\Crawler::html(): Return value must be of type string, null returned` It seems that the Crawler::html()...