05-21-2025, 10:34 AM
Before starting Chrome with command line like
To correctly start Chrome you can use class PlaywrightRunBrowser. It's in the same file as Playwrighter.
--remote-debugging-port=9222
, ensure that there are no chrome.exe
processes (visible or hidden). Else Chrome ignores the command line. You can see processes and their command lines in Task Manager or System Informer.To correctly start Chrome you can use class PlaywrightRunBrowser. It's in the same file as Playwrighter.