Pelle Boese
Pelle Boese
Would be lovely if this could be merged into the master branch
@Ottermad, you are my hero!
I ran into the same issue. The reason was I used it the `__construct()` method of the command instead of `handle()`. Move the `notify()` call into your `handle()` method and...
Update: As soon as I click the first tab, the styles and content are back. Only works with the first tab though. So I wrote a very dirty workaround that...
Update: There is a way in theory, e.g. ```php $browser->browser->driver->executeCustomCommand( '/session/:sessionId/goog/cdp/execute', 'POST', ['cmd' => 'Network.setUserAgentOverride', 'params' => ['userAgent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124...