win 7 32 bit with selenium 2.39
same piece of javacode for selenium working fine and completes off the test script in latest version of chrome (v31) and IE 10, however not with firefox 26.
import org.openqa.selenium.TakesScreenshot;
selenium.click("name=submit");
selenium.waitForPageToLoad("60000");
assertTrue(selenium.isTextPresent("ENQUIRY ERROR"));
takeScreenshot("screenshot.png", "screenshot.png");
selenium.click("name=menu");// hangs here this back, suppose to click the back button
selenium.waitForPageToLoad("60000");
takeScreenshot("menu.png", "menuback");
pls assist anyone, it looks like genuine issue, not sure if firefox require a fix or the selenium team or is there any tweak can be done in meantime.