I need to open the print window. I have used below code but it's not working.
Keys. Chord(Keys.CONTROL,"p")
I have used another way to click on a random element and used below code.
Driver. findElement(By.id("something")).sendKeys(Keys.Control +"p")
Both are not working. Request to provide the suggestion for this.