index.html 325 B

123456789101112
  1. <html>
  2. <head>
  3. <title>php-webdriver test page</title>
  4. </head>
  5. <body>
  6. <h1 id='welcome'>Welcome to the facebook/php-webdriver testing page.</h1>
  7. <p id="id_test">Test by ID</p>
  8. <p class="test_class">Test by Class</p>
  9. <a href="#">Click here</a>
  10. <input type="text" name="test_name" value="Test Value" />
  11. </body>
  12. </html>