I am coming across from Nightmare, and am excited about the ability to branch & use promises with this project, so thanks for creating it.
I need to wait for an AJAX load of content in the page before I proceed with my script. In Nightmare, I would use the wait('selector') function, but I don't see that here.
Is there a way to wait until a node is available on the page please? Or is there another approach to waiting until an AJAX load completes?
Thanks!