1. 20 Jun, 2013 1 commit
    • the navigationRequested boolean should be false when the new URL
      has only a difference on the hash part with the previous URL, because
      in this case we don't have a loadStarted/loadFinished event (at least
      with Gecko) and then navigationRequested cannot be turn into false.
      The consequence is that checkStep doesn't execute the next step because
      of its test on navigationRequested.
      Laurent Jouanneau authored
  2. 18 Jun, 2013 2 commits
  3. 13 Jun, 2013 1 commit
  4. 09 Jun, 2013 4 commits
  5. 08 Jun, 2013 1 commit
  6. 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
  7. 04 Jun, 2013 1 commit
  8. 02 Jun, 2013 4 commits
  9. 28 May, 2013 1 commit
  10. 27 May, 2013 4 commits
  11. 23 May, 2013 2 commits
  12. 22 May, 2013 1 commit
  13. 21 May, 2013 4 commits
  14. 13 May, 2013 2 commits
  15. 12 May, 2013 1 commit
  16. 10 May, 2013 1 commit
  17. 09 May, 2013 9 commits