chromium/chrome/test/data/chromedriver/two_inputs.html

<!DOCTYPE html>
<html>
  <body>
    <input type="text" id="first">
    <input type="text" id="second">
  </body>
</html>