casperjs
Version:
A navigation scripting & testing utility for PhantomJS and SlimerJS
22 lines (20 loc) • 495 B
HTML
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CasperJS frame 3</title>
<style> a {
display:inline-block;
width:100px;
}
a:hover {
background: red;
width:200px;
}</style>
</head>
<body id="f3">
<h1>This is frame 3.</h1>
Navigate to
<p><a href="frame2.html">frame 2</a></p>
</body>
</html>