Hello there! I'm creating an automation using webdriver.io series of nodes found here.
https://flows.nodered.org/node/node-red-contrib-wdio
Basically, I'm clicking through a website, and opening a specific page and trying to print that page. The webdriver nodes are very useful for clicking through the webpages, but are unable to do the actual print process.
I wondering if a node that clicks through windows dialog boxes for printing exists, or if such a thing is even possible in node-red. If any of that was unclear, please let me know!