Hello
I have already built a solution using web recorder which takes me to a specific webpage. We need to print to PDF the webpage.
On the page there is a Print button which does this:
javascript:window.print()
The problem is the web recorder does not record anything I do within the standard Chrome print dialog box (e.g. selecting the destination as 'Save as PDF', or actually clicking the blue 'Save' button.
I do not want to screenshot the webpage for formatting reasons.
Also, I would need some advice as to how to handle the actual PDF i.e once the save button is clicked, how to programmatically choose a file name and folder to save it.
I do not mind if the solution is to use another browser (currently using Chrome).
Thank you