- 08 May, 2013 4 commits
-
- 06 May, 2013 6 commits
-
- 05 May, 2013 3 commits
-
-
- 04 May, 2013 11 commits
-
-
- 24 Apr, 2013 3 commits
-
-
-
Previously, when clicking on a link in a page or submitting a form, Casper.page would be updated to reflect the newly loaded page, but Casper.currentResponse would not. This caused the response passed to 'then' callbacks to only reflect the initial page load. This patch resolves that issue so that Casper's page and currentResponse are consistent and subsequent 'then' call backs receive the response of the most recent main page load.
Darrell Hamilton authored -
The phantomjs documentation[1] indicates that the lock variable is named 'willNavigate'. After a quick test, the values passed reflect that name, true indicating navigation will happen, false indicating it will not. [1]: https://github.com/ariya/phantomjs/wiki/API-Reference-WebPage#onnavigationrequested
Darrell Hamilton authored
-
- 22 Apr, 2013 1 commit
-
-
- 14 Apr, 2013 8 commits
-
-
-
-
* Use 'call' to set the correct value for 'this' when invoking selectorFunctions
Matt Bowman authored -
* Remove casper parameter from fillForm, and update code to use 'this' instead * Add names to selectorFunction functions to improve stack trace clarity
Matt Bowman authored -
-
- 10 Apr, 2013 4 commits
-
-
-
-
…l method. This change gives priority to the name attribute, but in the event it isn't able to find an element, it tries again using the ID.
Matt Bowman authored
-