Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jarmo committed Oct 27, 2010
1 parent 810165b commit 110abca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rdoc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ To install Firefox driver:


Some examples from http://watir.com/examples Some examples from http://watir.com/examples


Including Watir gem to drive Internet Explorer on Windows Loading Watir gem to drive Internet Explorer on Windows


require 'watir' require 'watir'


Including FireWatir gem to drive Firefox on Windows/Mac/Linux Loading FireWatir gem to drive Firefox on Windows/Mac/Linux


require 'firewatir' require 'firewatir'


Expand All @@ -69,8 +69,8 @@ Setting a multi-line text box


Setting and clearing a radio button Setting and clearing a radio button


browser.radio(:value => "watir").set browser.radio(:value => "Watir").set
browser.radio(:value => "watir".clear browser.radio(:value => "Watir").clear


Setting and clearing check boxes Setting and clearing check boxes


Expand All @@ -94,7 +94,7 @@ Clicking a button


Checking for text in a page Checking for text in a page


puts browser.text.include? "Your response has been recorded." puts browser.text.include?("Your response has been recorded.")


Checking the title of a page Checking the title of a page


Expand Down

0 comments on commit 110abca

Please sign in to comment.