Hi
When we click Move/Copy button on Outlook webaccess through watir ,Ruby
then we get a Move/Copy Web Dialog
While it is open i cannot work on the main browser window so I could
know that it is Modal
Now when I am trying to close it using any of these approaches
1) xyz=@ie.close_modal()
OR
2) ie3=Watir::IE.attach(:title,'Move/Copy Item');
ie3.close()
With either of the two approches the script waits at this point in the
code forever
It doesnt give any error but the Dialog Box is not closed and the script
waits forever
ANY SOLUTION ???
–regards
Devabrat.Kumar@citrix.com
···
--
Posted via http://www.ruby-forum.com/.
AutoIt AutoIt Scripting Language - AutoIt
either create a standalone script that closes the dialog, or use
autoit dll to control it from ruby.
···
On Mon, May 5, 2008 at 11:13 AM, Devabrat Kumar <devabratkumarhere@gmail.com> wrote:
Hi
When we click Move/Copy button on Outlook webaccess through watir ,Ruby
then we get a Move/Copy Web Dialog
While it is open i cannot work on the main browser window so I could
know that it is Modal
Now when I am trying to close it using any of these approaches
1) xyz=@ie.close_modal()
OR
2) ie3=Watir::IE.attach(:title,'Move/Copy Item');
ie3.close()
With either of the two approches the script waits at this point in the
code forever
It doesnt give any error but the Dialog Box is not closed and the script
waits forever
ANY SOLUTION ???
--regards
Devabrat.Kumar@citrix.com