I am using PuppeteerSharp verson 10.1.4 and it is working super fine.
I have seen that there is a version 17.0.0 now and I tried to update to this version, but then nothing in my C# code worked any more. And I had to return to use the version 10.1.4.
I have looked around and not been able to find any description on how to use PuppeteerSharp in the newer version.
I am using only XPaths to locate things. So I using a lot of this “page.XPathAsync(xpath);”, but I cannot figure out how this is working in the newer version.
Anybody can help whit link to some place there there is a description/tuturial on how to make the never version work?