Hello,
I am having a problem to attach a window, this is a script:
…
$ie.link(:id, /ORG_POPUP/).click
$ie1 = Watir::IE.attach(:title, "C2P -")
…
Hello there. I'm just curious.. should the extra space and dash be at the end of the title name? Is this the full title or just a part of it?
Does it work if you try either of the following:
> $ie1 = Watir::IE.attach(:title, "C2P")
or
> $ie1 = Watir::IE.attach(:title, /C2P/)
Paul.
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
