Skip to content

Instantly share code, notes, and snippets.

@4M01
Last active September 19, 2016 18:49
Show Gist options
  • Save 4M01/8bfc1050b554dffad1f2fbe06fcd0f51 to your computer and use it in GitHub Desktop.
Save 4M01/8bfc1050b554dffad1f2fbe06fcd0f51 to your computer and use it in GitHub Desktop.
Open a blank tab in a browser using Selenium WebDriver for Windows. Please check http://qaperspective.blogspot.in/2016/09/open-new-tab-using-Selenium-WebDriver.html
driver.findElement(By.cssSelector("body")).sendKeys(Keys.CONTROL + "t");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment