UNPKG

casperjs

Version:

A navigation scripting & testing utility for PhantomJS and SlimerJS

14 lines (13 loc) 424 B
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>CasperJS frame 1</title> </head> <body id="f1"> <h1>This is frame 1.</h1> <p><a href="index.html" target="_self">_self</a></p> <p><a href="index.html" target="_top">_top</a></p> <p><a href="index.html" target="_parent">_parent</a></p> </body> </html>