Suppose I have turned to
www.google.com in IE7.
ie1=Watir::IE.start("
www.google.com")
I would like to attach a new tab in the window, in the new tab, I would like to go to
www.yahoo.com
How can I achieve it?
There is a method
Watir::IE.attach(:title, /title/)
What does the 'title' mean? the existent tab name?
Any suggestion would appreciated.
--:)
Man should be hard to himself, but tolerant to others.