Hello All
I'm using nbrowser, node-red-contrib-nbrowser, to automate a login process and task on a website. Everything is going great, however I need to wait for a flow variable to be set and need to pause the nbrowser script for around 20 seconds. Whilst I very much note that there is a 'wait' method within the nbrowser node, it doesn't seem to wait at all.
Is there a way I can ensure that I'm setting a wait time before I continue with the next action in the nbrowser script?
Thanks
Mo