Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

open a new tab in selenium

String clickl = Keys.chord(Keys.CONTROL,Keys.ENTER);
driver.findElement(By.xpath("//*[text()='Terms of Use']")). sendKeys(clickl);
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #open #tab #selenium
ADD COMMENT
Topic
Name
1+3 =