Project

General

Profile

Bug #4263 » close_msgbox.rb

SamTreweek (Samuel Treweek), 01/11/2011 09:43 PM

 
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), 'lib'))
require 'wintir'

com = Wintir::Com.attach(:obj_class => "IEFrame", :name => "VBScript Tutorial - MsgBox - Windows Internet Explorer")
#com.file_menu(:menu_path => "File>Font")
com.dialog(:dialog_name => "VBScript").button(:name => "Button", :caption => "OK").click


(1-1/2)