Can Selenium WebDriver open browser windows silently in the background?

I have a Selenium test suite that runs many tests and on each new test it opens a browser window on top of any other windows I have open. Very jarring while working in a local environment. Is there a way to tell Selenium or the OS (Mac) to open the windows in the background?

18 Answers
18

Leave a Comment