c# webbrowser ajax document complete
How can I fire document loaded event when loads AJAX request? I have app,
that automaticaly open some links at one page. This links are AJAX
requests. How can I find out, that first link is loaded and I may click at
second link? Event document loaded will fire when I load first page via
navigate method. I want fire this event (or some else) when I load next
pages via AJAX request.
No comments:
Post a Comment