I have to download the pdf from the print preview screen at chrome browser page using selenium python.But i could not click print button or not able to select as saveas pdf from dropdown at print preview screen. i request you some one to help me in this to solve this issue in python selenium. After displaying this screen, i could not click any button at print preview screen using selenium python. I am attaching screenshot for your ref. First I have to select saveaspdf and click Print button.
Thanks in advance.
Asked
Active
Viewed 988 times
1

Balrajswamy
- 65
- 4
-
1Please show the code which you have tried. – Gagan T K Jan 10 '20 at 06:39
-
Hello @Balrajswamy refer the link given it will help you out https://stackoverflow.com/questions/26522739/how-to-click-on-the-print-button-on-a-web-page-using-selenium – deepakbhavale67 Jan 10 '20 at 07:11
-
Thanks all. Actually, I could go into source code using Control+Shift+I keys at webpage. So, I have extracted the data using xpath instead of saving as pdf from webpage. Thanks all for your great help. – Balrajswamy Jan 23 '20 at 11:33