updated Watir install scripts to work with the latest version of Watir (1.6.2)

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@12272 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
jamie.priest
2009-08-18 17:12:31 +00:00
parent e9f1d17092
commit 283dcd1e6f
3 changed files with 5 additions and 17 deletions

View File

@@ -1,5 +1,6 @@
#requires
require 'watir'
require 'watir/ie'
#email stuff
require 'net/smtp'
@@ -23,11 +24,6 @@ def startClicker( button , waitTime = 3)
w=nil
end
#includes
include Watir
@@ie = IE.new
@@ie.visible= true
#set the speed of watir