Refs #482: CasperJS should wait after the browser initialization
The call of webpage.open() (or openUrl()) is synchronous in PhantomJS, but is asynchronous in SlimerJS (it needs to open a real window etc..). So CasperJS should not launch the next step just after the call of webpage.openUrl(). A flag is set to true before this call, and then set to false when receiving the first event from the page loader. And this flag has to be checked before to execute the next step.
Showing
1 changed file
with
5 additions
and
1 deletions
-
Please register or sign in to post a comment