is there a way or work around to wait for something forever?
E.g.
I'll use fb as example because is the same thing on my site. Every time that there are new post on my facebook timeline, shows up a panel 'Click here to load the posts'.
Basically, what I need is trigger some action after the panel is visible(click on it). I know about waitUntilVisible, but it runs only one time and I'd like to run forever and capture many times.