Is there any web browser component for Java or C# that supports JavaScript and can detect when a page fully loaded?
(When the page and its images are loaded, and the ajax requests are complete.)
Is there any web browser component for Java or C# that supports JavaScript and
Share
Yes, check out the Elicpse SWT browser widget
http://www.eclipse.org/swt/
But keep in mind that “when AJAX requests are complete” is not a trivial issue. If actions once the page is “loaded” cause additional async DOM modifications, then when is it “finally loaded” becomes an issue.