Search
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby
All Projects
Ruby
Overview
Activity
Roadmap
Issues
Repository
Download (337 Bytes)
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
« Previous
1
2
Next »
(1-1/2)
Loading...