Skip to content

Instantly share code, notes, and snippets.

@santhoshv339
Created January 23, 2017 12:26
Show Gist options
  • Save santhoshv339/77572547c951321b9b8b3a59f9b42228 to your computer and use it in GitHub Desktop.
Save santhoshv339/77572547c951321b9b8b3a59f9b42228 to your computer and use it in GitHub Desktop.
Open Link in a new tab
String selectLinkOpeninNewTab = Keys.chord(Keys.CONTROL,"t");
driver.findElement(By.linkText("urlLink")).sendKeys(selectLinkOpeninNewTab);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment