Closed ElGauchooooo closed 4 months ago
Ah looks like you've removed it on 0.1.9.
Hi, this debug screenshot was included by mistake when package was compiled into new NuGet package and I didn't notice. Thanks for bringing that up. This code should be removed from 0.1.9.
I checked compiled package and version 0.1.9 doesn't contain any extra code. It matches master branch. In the future I would like to create CI/CD pipeline to release packages automatically without me needing to compile it myself.
I was having a hard time figuring this one out. It looks like you've published a different version to nuget than the one that is being listed here on github.
In
BrowserClient.SendRequestAsync(string url)
you have anawait page.ScreenshotAsync("D:/err.png")
. Could you please remove this one and double check for other specialties, that are not being pushed to github? Thanks!