hi, what is the best approach to wait for page to finish loading once i perform javascript click?
Quote:webview.LoadUrlAndWait(url);
webview.EvalScript("document.getElementById('continue_button').click();");
also, is there also a way how to wait until a certain element is available? (exists in html)
thanks in advance