Sha256: 564d82b7ffffb84e6d86a52030e4cdbb4aa7cb81842cdd8b4f3d358a99921497

Contents?: true

Size: 1.6 KB

Versions: 16

Compression:

Stored size: 1.6 KB

Contents

<html>
  <head>
    <title> Inputs page </title>
  </head>
  <div>
    This page is used to test Cello Framwork
  </div>
  <div>
    <div> <p><b>Textfield:</b></p>
      <div>Textfield with id text1</div><div> <input id='text1' type='text'></div>
      <div>Textfield with name text1</div><div> <input name='text1' type='text'></div>
    </div>
  </div>  
  <div>
    <div> <p><b>Simple Checkbox:</b></p>
      <div>Checkbox with id check1</div><div> <input id='check1' type='checkbox'></div>
    </div>
  </div>
  <div>
    <div> <p><b>TextArea:</b></p>
      <div>Textarea with id area1</div><div> <textarea id='area1'></textarea></div>
    </div>
  </div>
  <div>
    <div> <p><b>Radio:</b></p>
      <input type="radio" name="items" value="Selenium-Webdriver">Selenium-Webdriver</input>
      <input type="radio" name="items" value="Ruby">Ruby</input>
      <input type="radio" name="items" value="Cucumber">Cucumber</input>
      <input type="radio" name="items" value=">Watir-Webdriver">Watir-Webdriver</input>
    </div>
  </div>
  <div>
    <div> <p><b>Link:</b></p>
      <div>Link to other page</div><div> <a id='link1' href='./read_page.html'>Link</a>
    </div>
  </div>
  <div>
    <div> <p><b>Simple Select:</b></p>
      <div>Select example</div><div> 
        <select id="select1">
          <option value="">...</option>
          <option value="cello">Cello</option>
          <option value="cucumber">Cucumber</option>
          <option value="ruby">Ruby</option>
          <option value="rspec">Rspec</option>
         <option value="qa">QA Rocks!</option>
        </select>
      </div>
    </div>
</html>









Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
cello-0.0.35 features/site/inputs.html
cello-0.0.34 features/site/inputs.html
cello-0.0.33 features/site/inputs.html
cello-0.0.32 features/site/inputs.html
cello-0.0.31 features/site/inputs.html
cello-0.0.30 features/site/inputs.html
cello-0.0.29 features/site/inputs.html
cello-0.0.28 features/site/inputs.html
cello-0.0.27 features/site/inputs.html
cello-0.0.26 features/site/inputs.html
cello-0.0.25 features/site/inputs.html
cello-0.0.23 features/site/inputs.html
cello-0.0.21 features/site/inputs.html
cello-0.0.19 features/site/inputs.html
cello-0.0.17 features/site/inputs.html
cello-0.0.16 features/site/inputs.html