rflechner / ScrapySharp

reborn of https://bitbucket.org/rflechner/scrapysharp
MIT License
346 stars 75 forks source link

Async Form Submit and Fixed ScrapingBrowser Response #19

Closed dararish closed 4 years ago

dararish commented 5 years ago

Added async submit methods to PageWebForm, and allowed GetWebResponseAsync to return a response when a WebException occurs.

rflechner commented 4 years ago

Thanks for your contrib