TO DO:
+ Tested with
. PhantomJS 1.9.0
. PhantomJS 1.9.2
. PhantomJS 1.9.7
. PhantomJS 2.0.0
. PhantomJS 2.1.1
0.17 20170821
. Update META.json and META.yml to list the prerequisites.
This closes RT #122804
. No module code changes, no need to upgrade
0.16 20170428
. Modify tests so they work even when the phantomjs executable exists but
behaves unexpectedly. This is mostly for remote-debugging a CPAN Testers
failure.
. No module code changes, no need to upgrade
0.15 20170421
. Now tested on Linux thanks to Travis CI
+ Use list-open where available to avoid the shell
This was required to make the module tests work on Travis CI at all
. Specify CGI.pm as test prerequisite
This is needed to make the tests work on Perl 5.22+
. Modify tests so they work with . not being in @INC anymore
0.14 20160924
. Documentation updates, more links to references
. Now also tested against PhantomJS 2.1.1 and Selenium::Remote::Driver 1.0
0.13 20160712
+ Fix setting the viewport size, RT #100191 , patch by Maxwell Carey
+ Silence warnings, thanks to Dmitry Karasik
0.12 20160416
+ Ubuntu installation instructions (by Lisa Hare)
+ Report JS errors from perspective of user
. more author tests (by Lisa Hare)
. Windows test improvements
0.11 20141009
+ Add confirm() handling (Patch by dk)
+ Properly encode newlines in parameters (Patch by dk)
+ Support checkboxes with submit_form (Patch by dk)
0.10 20141001
+ Fix broken pipe-open (Patch by dk)
. Move some URLs to https://
0.09 20140929
+ Add new switches to control PhantomJS behaviour (suggested by K. Klein)
+ Split up command line arguments between PhantomJS and Ghostdriver
(suggested by K. Klein)
+ The module now uses $ENV{PHANTOMJS_EXE} if it is set
for finding the executable to launch.
+ Add cookie_file constructor argument
+ Add ignore_ssl_errors constructor argument
+ Invoke phantomjs with list-pipe-open instead of going through
the shell, where possible
+ ->dump_forms() implemented
0.08 20140831
. Add interface to retrieve alert() boxes
Contributed by Dimitry Karasik
0.07 20140826
. Use file:// as local URI on non-Windows systems
Windows will still use file:/ .
. Make 'port' option actually work, plus test
Submitted by brianhorakh
. Fix ->content_as_png parameters
Submitted by dmuey
. Documentation fixes by Martin McGrath
. ->current_form behaves just like WWW::Mechanize::current_form
We always choose the first form if none is yet selected. (dk)
. We automatically try ports above 8910 until we find a free port. (dk)
. Support for more than one browser instance (dk)
. Error code 404 is signalled as code 400
0.06 20140721
. Re-release 0.04 as it was released during perl.org NOC move
0.05 20140720
. Document ->post() not being implemented
. Re-release 0.04 as it was released during perl.org NOC move
0.04 20140719
. Documentation fixes by Martin McGrath
. Documentation added for more methods, code shuffled around
+ Fix breakage introduced by Selenium::Driver::Remote API changes
0.03 20140410
+ Correct the documentation, which was mostly copied from the sister module,
WWW::Mechanize::Firefox.
+ Fix missing WWW::Mechanize::Link prerequisite
+ Add ->phantomjs_version() to return the version of the PhantomJS executable
+ Place the ghostdriver files along the Perl modules
0.02 20140330
+ ->highlight_node()
+ PhantomJS log level is now customizable
+ Better shutdown behaviour
+ More compatible tests
+ PDF output
+ Examples
+ README
. Tested against PhantomJS versions
1.9.0, fails t/70-real-status.t
1.9.2
1.9.7
0.01 20140323
. Released unto a propably suspecting audience
. Most likely, this fails its tests because the appropriate
phantomjs executable is not found and the proper
ghostdriver files are not found.
This will likely be fixed in a later release.