Make sure that browser opened by webdriver is always in focus

((JavascriptExecutor) webDriver).executeScript("window.focus();");

should do the trick!

Leave a Comment