simonradier / node-red-contrib-simple-webdriver

SimpleWebdriver nodes for Node-RED initially based on node-red-contrib-selenium-wd2
Apache License 2.0
14 stars 7 forks source link

Can the Open node take the URL as a parameter? #60

Open oskapt opened 1 month ago

oskapt commented 1 month ago

It doesn't appear to, since leaving it out of the config makes the node show an error. I would like to be able to pass webURL in via the msg object, so that I can use the same flow to extract the same pieces from a news site where I want it to operate on different article URLs.

Is this something you'd be willing to add?