-
Hi, seems this wont work with special characters like »
This is the code
```
```
The error is:
object(Facebook\WebDriver\Exception\ElementClickInterceptedException)#18 (8) { ["message":…
-
In a form in my project, a form holds two radio buttons for the field `transfer` with values `0` and `1`. When the button with value `1` is pre-selected, I cannot change that. ` $form['transfer']->set…
-
My project have routing based on hosts. But web driver make request to http://127.0.0.1:9080.
How can i change host?
-
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, but after dd'ing the response, clearly it isn't. T…
-
**Symfony version(s) affected**: 5.2
**Description**
I sent my request by panther and intended to get the response so I used `getInternalResponse` method. by using this method I was able to get th…
-
After running:
![image](https://user-images.githubusercontent.com/19665380/81424312-024c6f00-9156-11ea-8dad-f20304c4f7e7.png)
I get:
`RuntimeException: Could not start chrome (or it crashed) afte…
-
This is request for comments about the next major version of php-webdriver (2.0). Once we understand what we want/need to do, we can divide the work among interested volunteers and get it rollin'! :r…
-
I faced with that error again, have a look please
"require-dev": {
"dbrekelmans/bdi": "^0.3.0",
"symfony/panther": "^1.1",
```
root@3914903c22bc:/auth_service# /usr/lib/…
-
Hello,
if y try to make a test even a basic one like this :
$client = self::createPantherClient(); // create your panther client
$client->request('GET', '/login');
I have an …
-
I'm using Panther to run end to end tests for my app.
I've setup Apache to use a test.myapp domain which sets `APP_ENV=test`. By default the test env also sets `APP_DEBUG=1`
If I set `APP_DEBUG=…