UNPKG

casperjs

Version:

A navigation scripting & testing utility for PhantomJS and SlimerJS

17 lines (16 loc) 342 B
<!DOCTYPE html> <html> <head> <title>Multiple forms test</title> </head> <body> <form name="f1"> <input type="hidden" name="f" value="f1"> <input type="text" name="yo"> </form> <form name="f2"> <input type="hidden" name="f" value="f2"> <input type="text" name="yo"> </form> </body> </html>