Example :- Press control + t key :
driver.findElement(By.cssSelector(“body”)).sendKeys(Keys.CONTROL + 't');
OR
driver.findElement(By.xpath("")).sendKeys(Keys.chord(Keys.CONTROL, "T"));
------------------------------------
WebElement textbox = driver.findElement(By.id("idOfElement"));
textbox.sendKeys(Keys.ENTER);
How to Press thress keys simultaneously in selenium
driver.findElement(By.xpath("")).sendKeys(Keys.chord(Keys.CONTROL, Keys.ALT, Keys.DELETE));
Buy construction material online has been a game-changer for me! The convenience of browsing a wide range of products, comparing prices, and having everything delivered directly to the site is unbeatable. buy construction material
ReplyDelete