File: test_click.html

package info (click to toggle)
ruby-mechanize 2.7.6-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,480 kB
  • sloc: ruby: 11,380; makefile: 5; sh: 4
file content (11 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
<html>
  <head><title>Page Title</title></head>
  <body>
    <a href="/frame_test.html">This link is not called "A Link"</a>
    <form method="get" action="/frame_test.html">
      <input type="text" name="words" value="nil">
      <input type="submit" value="A Button">
    </form>
    <a href="/index.html">A Link</a>
  </body>
</html>