casperjs
Version:
A navigation scripting & testing utility for PhantomJS and SlimerJS
15 lines (14 loc) • 436 B
HTML
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CasperJS test form</title>
</head>
<body>
<form action="result.html" enctype="multipart/form-data">
<input type="text" name="foo[bar]">
<input type="text" name="foo[baz]">
<input type="submit" name="submit" value="submit">
</form>
</body>
</html>