3595/handling-print-dialog-in-selenium-webdriver
I have to handle print dialog, which appears by clicking [CLTR+P] inside the browser).
I tried it using the below code:
Alert print = driver.switchTo().alert(); print.dismiss();
But this code was not working for me. How to handle these objects?
In Selenium WebDriver we are not able to handle these.
Alos, they are different across different Browsers/ Systems/ Programming Language settings, that's why there is no definite answer to this question.
It would be better if you can avoid the print dialog and try to take the screenshot of the page and print it using the Java tools.
You should try using waits for alerts ...READ MORE
The title of the page will not ...READ MORE
Hey Lalita, you can perform following steps ...READ MORE
Hi Sushmita, to solve Synchronization issue in ...READ MORE
The better way to handle this element ...READ MORE
enable trusted connection in internet explorer by ...READ MORE
To Allow or Block the notification, access using Selenium and you have to ...READ MORE
xpath are two types. 1) Absolute XPath: /html/b ...READ MORE
AutoIt Window Information Tool do not recognize ...READ MORE
You can use the driver.executeScript() method to access the ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.