phantomjs/test
Ivan De Marino f386f7d484 Adding the ability to switch between frames.
1. Passing JavaScript eval and other related actions to the CurrentFrame, not the MainFrame.
2. Added different methods to navigate between frames
3. With a call to "window.frames[0].focus()", the "currentFrame" changes: commands after that are sent to the new frame under focus.
4. The navigation between frames allows to walk over the "tree of frames" contained in the page.

This commit also adds examples (both in JS and CoffeeScript) and Unit Test.

http://code.google.com/p/phantomjs/issues/detail?id=573
2012-06-15 00:07:53 -07:00
..
fixtures Error.stack returns a string to match V8/Node.js 2012-06-10 21:28:46 +01:00
lib Filesystem API: completed the "Tests" API group from CommonJS/Filesystem definition. 2011-08-08 23:42:11 +01:00
webpage-spec-frames Adding the ability to switch between frames. 2012-06-15 00:07:53 -07:00
fs-spec-01.js Filesystem module should allow reading and writing binary files. 2012-02-29 07:55:00 -08:00
fs-spec-02.js Added "touch(path)" to the FS API 2011-09-01 00:34:55 +01:00
fs-spec-03.js Fixing defect in the "Filesystem Spec 03". 2012-03-23 11:45:13 +00:00
fs-spec-04.js Filesystem API: completed the "Tests" API group from CommonJS/Filesystem definition. 2011-08-08 23:42:11 +01:00
module-spec.js basic unit test for webserver 2011-11-15 13:45:11 +01:00
phantom-spec.js Open master branch for 1.6 development. 2012-03-22 21:24:27 -07:00
run-tests.js Implement the plumbing for CommonJS System module support. 2012-03-14 23:23:43 -07:00
system-spec.js Updating "webserver" test spec. 2012-03-23 10:56:51 +00:00
webpage-spec.js Adding the ability to switch between frames. 2012-06-15 00:07:53 -07:00
webserver-spec.js Option to pass "headers" when using "open()" on "webpage" module. 2012-03-23 11:48:16 +00:00