-
Below is my PHP code and I am looking for a custom callback function that I need to make sure I can get more than 5 elements with css identifier "a[data-selenium='neighbor-link']" and I will fetch the…
-
Hi!
To get Panther to work with ParaTest, there are at least 2 things you need to do:
1) The `PANTHER_WEB_SERVER_PORT` needs to be different for each test process. That's solvable by adding:
…
-
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 authentication. This means that / is protected…
-
I ran into what I consider a 'bizarre' issue the other day:
When a `Symfony\Component\Panther\Client` instance is used within the same calling function/method and the `Symfony\Component\Panther\Do…
-
There is an issue when using $this->assertResponseIsSuccessful() or $this->assertResponseRedirects() in test with Symfony Panther. Follow this link for more details please [https://stackoverflow.com/q…
-
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…
-
Hey, either I'm doing something wrong or there's something going on with interactive mode.
phpunit.xml:
```
src
…
-
#### Code Tech Debt
_Frontend_ : Currently, all notes are loaded at once. For larger data volumes, it would be more efficient to manipulate notes directly in the frontend when creating, editing, or…
-
Some time ago everythig works fine, but after rebuild my image I faced with error
composer json
```
"require-dev": {
"dbrekelmans/bdi": "^0.3.0",
"symfony/panther": "^1.1",
```
…
-
After successfully releasing Panther / Chromium to production for scraping pages, the disk usage and number of processes is growing, while the application itself is stateless.
Is the browsermanage…