All Versions
82
Latest Version
Avg Release Cycle
51 days
Latest Release
1500 days ago

Changelog History
Page 5

  • v1.6.2 Changes

    November 09, 2014
    • ๐Ÿ›  .type() now uses uses phantom's sendEvent to trigger keypress events. Fixes #81. (by @johntitus)
  • v1.6.1 Changes

    November 09, 2014
    • โฌ†๏ธ bumping phantom to ~0.7.0, fixes #101
    • readme tweaks
    • โž• adding resourceError event to docs
  • v1.6.0 Changes

    November 02, 2014
    • โž• adding timeout handling (by @johntitus)
    • ๐Ÿ’… cleaning up styles in tests, adding tests for timeout event
  • v1.5.3 Changes

    November 02, 2014
    • โž• Add ability to specify a custom PhantomJS path (by @kevva)
  • v1.5.2 Changes

    November 02, 2014
    • โšก๏ธ updating readme to explain .on() before .goto()
    • ๐Ÿ›  fixing callbacks for .wait()
    • โž• adding grep to makefile tests
    • โž• adding check for file existence before file upload, fixes #11
  • v1.5.1 Changes

    October 26, 2014
    • making clicks cancelable to allow for ajax forms
  • v1.5.0 Changes

    October 22, 2014
    • โž• adding docs and support for ssl, proxy and other cli args
  • v1.4.0 Changes

    October 22, 2014
    • โž• added .exists() (by @johntitus)
    • โž• Added .visible(selector) (by @johntitus)
    • โž• Added .authentication(user,password) (by @johntitus)
  • v1.3.3 Changes

    October 20, 2014
    • ๐Ÿ›  fix for 'Option to run phantom without weak' (by @securingsincity)
  • v1.3.2 Changes

    October 15, 2014
    • ๐Ÿ‘€ clarifying a readme example, see #55