ScrapySharp
ScrapySharp copied to clipboard
reborn of https://bitbucket.org/rflechner/scrapysharp
Is it possible to view the visual render of the page called in ScrapingBrowser. I need to manually interact with the page first, for example to log-in. Any suggestions ?...
Hi! I have a very specific case, where I want to download a video from [streamtape](https://streamtape.com/v/9jzWrAdrJotDMD) - on this page there is a download button "downloadvideo" that if you click...
I am scraping a site that requires the use of hundreds / thousands of proxies to make ti through. I have a list of 20,000 proxies, but many are dead....
change F # language to C # for native .net compatibility. need to replace nuget FSharp.core package to fully support .net native.
Hello, it turns out that to publish a uwp app for windows store I need to compile with net native but the only package that gives me problems is ScrapySharp,...
Hi. I'm testing sample code. NavifateToPage hangs app. Can you help me please? ScrapingBrowser browser = new ScrapingBrowser(); WebPage homePage = browser.NavigateToPage(new Uri("http://www.bing.com/"));
For some actions (e.g. dismissing popup model), a simple SendKey("escape") would be handy.
ScrapingBrowser throws an exception if there is a problem with the server certificate. This exception prevents you from downloading the actual page and its content. I thought it might be...
I am trying to scrape a server that returns me multiple Set-Cookie headers and the alternative parser does not work correctly. The default one works but throws invalid cookie path...
- Please What ScrapySharp provides more than https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=netcore-3.1 ? - Where can I find documentation? - And what's the difference between HTMLAGILITY & ScrapySharp, it's not simply a wrapper I...