krizda
krizda
Tried to get it working. Need this guide. From training to investing
This is why it is not working: https://developer.chrome.com/blog/remote-debugging-port FIX: ``` var browser = await Puppeteer.LaunchAsync(new LaunchOptions { Headless = true, ExecutablePath = "PATH_TO_CHROME", UserDataDir= Path.Combine(Path.GetTempPath(), Path.GetRandomFileName())}) ``` Add "UserDataDir" to...
> I have this issue with Chrome 136.0.7103.93 on 2 servers but on a third it works fine. Thank you for your fix which I will try, but I am...