So I am trying to open websites on new tabs inside my WebDriver. I want to do this, because opening a new WebDriver for each website takes about 3.5secs using PhantomJS, I w
browser.execute_script('''window.open("http://bings.com","_blank");''')
Where browser is the webDriver