Hi underke,

I tried what u said. But I am getting an error message like "undefined
method `IENavigate' for main:Object (NoMethodError)"
==================
require 'watir'
$URL = "http://aspire426:5050/default.aspx";
$ie=Watir::IE.new
#~ $ie.start($URL)
_IENavigate($ie, $URL, 0)
==================

Hi Bill Agee,

Even if I put ie.start() in a seperate thread how can i kill the
thread when the command ie.start waits forever. I need to kill the
command. Any ideas ??

Someone Please help me in this

Thanks,
Jam

On Mar 9, 6:49 pm, "*underke" <ilikehairypeo...@gmail.com> wrote:
> the load of the page waits for the pop-up.
> you can use some functions that have the f_wait and set it to 0 to not
> let the code wait,..
>
> example:
> _IENavigate($IE_obj, $URL, 0)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to