I am trying to print a webpage to pdf (cutepdf), but am unable to interact with the the dialog that display programmatically using Python 3 (windows OS).
So for instance if I was using the following:
driver.execute_script("window.print()")
How would I programmatically edit the filename and then click on the save button on the 'Save As' window that appears?
Thanks in advance for assistance on this matter.