-
I did a wholesale `composer update` then started getting...
```
Call to a member function source() on null
```
...which happens in `\Behat\Mink\Driver\Selenium2Driver::getContent()` when `\Beh…
-
#### Description
The following error log is seen in some devices rarely during init. This driver is introduced during bookworm upgrade https://cateee.net/lkddb/web-lkddb/INTEL_UNCORE_FREQ_CONTROL…
-
### Brief description of your issue
Recently, I installed app installer to install msstore apps, but found that it cannot.
So when I try to uninstall it, it said that "This app
is part of Windo…
-
We have noticed a change of behaviour since upgrading to chrome v91 as our client. The html function has an odd behaviour.
The below returns the html correctly:
dump($client->getCrawler()->html(…
-
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:
…
-
### Official FAQ
- [X] I have checked the official FAQ.
### Ventoy Version
1.0.79
### What about latest release
Yes. I have tried the latest release, but the bug still exist.
### BIO…
-
Hi,
Could you help me, I like to use Panther in a docker container but phpunit returns an error "_DevToolsActivePort file doesn't exist_" ?
```
1) App\Tests\FirstTest::testSomething
Facebook\W…
-
This is my code:
`require "vendor/autoload.php";
use Symfony\Component\Panther\Client;
$client = Client::createChromeClient();
$crawler = $client->request('GET', 'https://www.marathonbet.ru/su/p…
-
__Compatibility list based on user feedback back__ (All changes and credits go to @zodttd)
Games with issues: (Current version 1.6.4)
Parappa the rapper - black screen controls display though
…
-
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…