Using the following code to bring the window to focus, it works fine on Internet Explorer but isn't working with Firefox. Any suggestions would be highly appreciated.
((JavascriptExecutor)driver).executeScript("window.focus()");
Firefox version: 5.0.1
Webdriver version: 2.25