Running PuppeteerSharp HEADFUL in docker container
I have a use-case where i have to run chrome headful (headless false) in a docker container.
Problem with BoundingBoxAsync and non-existing frame
I trying to get BoundingBoxAsync of element but faced error that frame not found. But this element located in another frame, so I don’t understand how to fix this problem, may be anyone can help me
PuppeteerSharp v.17.0.0 how to use?
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.