Blame view

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