-
**Describe the bug**
Type anything in search. Result give error, because try to LOWER(id) which is integer
**To Reproduce**
Postgres 15 or 16, Nginx, Symfony 7, EA4.9
```
"require": {
…
-
Currently when we call `Symfony\Component\Panther\PantherTestCaseTrait::createPantherClient()`, `Client::createChromeClient` is called but is not possible to pass our own arguments (`null` is given), …
-
When working with panther tests, the website seems to be running with `dev` mode config, even though if I ``dd(getenv('APP_ENV'))`` it reports it's in 'test' environment. This causes lots of problems…
-
Hi,
A list of non-exhaustive things.
- Some method are not typed (ex missing @return WebDriverElement[] on findElements method, filter() should take a string... etc)
- `selectFromXpath`and `fil…
-
Hi, i saw in a changelog that :
> CHANGELOG
> =========
> 0.3.0
> -----
> * Add a PHPUnit extension to keep alive the webserver and the client between tests
>
> 0.2.0
> -----
> * Allow ke…
-
Hello,
I try to use panther for my functional tests. My symfony routing use host prefix (admin is hosted on `admin.my-dev-domain.wip`, front on `www.my-dev-domain.wip`) and I use symfony cli as web…
-
In a `PantherTestCase`
When we use an assertion from the `BrowserKitAssertionsTrait`, we get a `TypeError `:
```
TypeError : Return value of Symfony\Component\Panther\PantherTestCase::getRespo…
-
Hello,
I'm totally new to symfony as well as panther. What I want to do with panther is creating the more realistic browse, to scrape data.
As in the documentation showed, we can use "createChro…
-
Hello everyone,
My script runs perfectly however, I have tried every varation of arguments and I can not get chromedrive to log. The php-webdriver dev team is asking for logs to resolve an issue and…
-
Hi, How can I solve this problem?
this is my code:
`