In certain unknown situations selenium does not detect that a page has loaded when using the open method. I am using the Java API. For example (This code will not produce th
If you page has no AJAX, try to seek footer of page (I also use Junit fail(""), you may use System.err.println() instead):
fail("")
System.err.println()
element.click(); int timeout =120; // one loop = 0.5 sec, co it will be one minute WebElement myFooter = null; for(int i=0; i