-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
browser.NavigateToPage hangs - 2020/04/10 #29
Comments
Same problem. |
Same problem, I manage to get the result with but then , Again I want to use below code..where "Submit" method again hang and does not go to next line. |
I see that , we have commit comment 'Added async submit methods to PageWebForm' on 31-May-2019, but that does not reflect on nugat package. So if we can publish that on nugat, we can use new fixes. Please do it if you can. Thanks |
Same problem with me, the browser.NavigateToPage() Hangs |
Hi maliki2
Same problem, I manage to get the result with |
Same problem. |
I think I'm experiencing a semi-hang, even with the Async method. But only on a shared web hosting service! On my dev machine, I can scan all my site pages in about 1-2 seconds. On the production server it takes 10-20 minutes !!! But the results come out the same usually, sometimes no index files result. I can't figure what's going on over at the web host. SSL ?? |
The problem is still present and in my case using NavigateToPageAsync doesn't return any result. |
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/"));
The text was updated successfully, but these errors were encountered: