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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user