how to know if gecko browser completed loading a webpage?
问题 As the title says, how can i know if the gecko browser completed loading a web page? I know there is document_completed event. But it will get triggered for every time a web page loads. Are there any other ways to check if the current webpage is completed loading. 回答1: Do While WebBrowser.IsBusy = True Application.DoEvents() Loop Works for me. After WebBrowser.Navigate you have to wait for some time (I use 1 second) before IsBusy becomes True 回答2: My Solotion in vb.net and GeckoFX v45.0.34.0