Open Vicher opened 7 months ago
@Vicher remove any references you have to Puppeteer and let nuget pull in the correct ones
@Vicher remove any references you have to Puppeteer and let nuget pull in the correct ones
It will be the old version of PuppeteerSharp in this case.
Currently I am git clone PuppeteerExtraSharp repo, changed PuppeteerExtraSharp dependency PuppeteerSharp to version 15.1.0, compiled and added it to my project as project reference. Works fine.
Ah I see - you can try and make a PR to update to that version, currently this project using 9.0.2
so a new version may have some issues
15.0.0
seems to be the latest to be working, at least with the stealth plugin, as 15.1.0
started throwing that exception.
Using PuppeteerExtraSharp 2.0.0 with PuppeteerSharp 15.1.0 causes an exception.
Code:
Causes an exception:
BlockResourcesPlugin has similar issue.