There are no link elements in the code you posted for the 'run this'
stuff, it's all divs

try using .div instead of .link when you are clicking on the item in
the 'list' that appears.

There still might be some event firing required, if just clicking
doesn't work.

It also was not clear from the code you posted if the 'run this' stuff
was actually inside the second frame or not, so examine the DOM
carefully when looking at that text with the developer tools or
firebug to be sure if it's in the second frame or not.

On Aug 5, 6:42 am, ISmellGas <guard1883-goo...@yahoo.co.uk> wrote:
> Thanks for your help but I'm still not quite there.
>
> I inserted the following fire_event:
>
> $ie.frame(:name,"content").link(:text, "Run").click
>
> $ie.frame(:name,"content").link(:text, "Run").fire_event("onmouseout")
> #Added Line
>
> $ie.frame(:name,"content").frame(:name,"menuPicker").link(:id,"parent.run() 
> ").click
>
> But the 'Run This' link is still not located.
>
> Does the code look ok?

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

Reply via email to