-
I noticed that I couldn't get the `friendsofsymfony/jsrouting-bundle` working with panther. Using the symfony WebTestCase, it worked, but not with panther.
The route of one specific JSRouting page …
Lozik updated
4 years ago
-
I want to use this awesome library to navigate my site and save screenshots, not necessarily as part of a functional test, but just a regular app.
```php
final class AppScreenshotsCommand extends …
-
Hello,
Thank you for such awesome project!
Is there a specific reason why SeleniumManager is not included for calling: self::getClient(self::$pantherClient) ?
https://github.com/symfony/panth…
-
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 servic…
-
I use the `filter` method to target elements, and I want to clear out the product title, and type "test title2":
`$crawler->filter('#product_title')->clear()->sendKeys('test title2');`
But this …
-
I could like to use panther in my symfony project, I am not using PhPUnit but [kahlan](https://github.com/kahlan/kahlan#syntax) which is using natural langage & describe syntax, It do not use any clas…
-
It's currently marked as skipped cause it will fail otherwise.
-
How to reproduce:
1. Open task manager
2. Kill all Chrome processes
3. Run unit test `phpunit`
4. Open task manager, filter by `chrome`
Expected: no chrome processes
Actual: 61 chrome processe…
-
Hi,
I'm developing a WebScraper and chose symfony/panther because the target website is using full JS (Goutte can't handle it).
The problem is that just a simple request on "wikipedia.org" takes at …
-
Hi,
I'm actually developping a webScrapper using symfony/Panther that will be piloted by someone through a web interface.
Therefore and since i'll have to do different scraping methods that will be …