1. 13 Jun, 2013 1 commit
  2. 09 Jun, 2013 4 commits
  3. 08 Jun, 2013 1 commit
  4. 07 Jun, 2013 1 commit
    • 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.
      Laurent Jouanneau authored
  5. 04 Jun, 2013 1 commit
  6. 02 Jun, 2013 4 commits
  7. 28 May, 2013 1 commit
  8. 27 May, 2013 4 commits
  9. 23 May, 2013 2 commits
  10. 22 May, 2013 1 commit
  11. 21 May, 2013 4 commits
  12. 13 May, 2013 2 commits
  13. 12 May, 2013 1 commit
  14. 10 May, 2013 1 commit
  15. 09 May, 2013 12 commits