Sha256: 8dbc58254433ce539e67627beb14c9ae3ae006a211c41b57b1511a0a3cad7a7a

Contents?: true

Size: 992 Bytes

Versions: 1

Compression:

Stored size: 992 Bytes

Contents

<html>
<head>
    <title>Nested Elements</title>
</head>
<body>
  
  <div id="div_id">
    <a href="success.html">Success</a>
    <form method="get" action="success.html">
        <input type="submit" value="Click Me">
    </form>
    <input size="40" type="text"/>
    <input size="40" type="hidden" value="LeanDog"/>
    <textarea rows="2" cols="20"></textarea>
    <select>
    <option value="option1">Test 1</option>
    <option value="option2">Test 2</option>
    </select>
    <input type="checkbox" value="0"/>
    <input type="radio" value="Milk">
    <div>
        page-object rocks!
    </div>
    <span>
      My alert
    </span>
    <table>
      <tr><td>Data1</td><td>Data2</td></tr>
    </table>
    <img src="images/circle.png">
    <ol>
        <li>Number One</li>
        <li>Number Two</li>
    </ol>
    <ul>
        <li>Item One</li>
        <li>Item Two</li>
    </ul

  </div>
  <h1>h1's are cool</h1>
  <h2>h2's are cool</h2>
  <h3>h3's are cool</h3>

</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
page-object-0.3.2 features/html/nested_elements.html