From: Joel Pearson Date: 2012-11-27T22:44:21+09:00 Subject: Re: click on link not working with ie #watir-webdriver Joel Pearson wrote in post #1086486: > Try this: > > require 'watir-webdriver' > b = Watir::Browser.start 'bit.ly/watir-webdriver-demo' > l = b.link :text => 'Google Docs' > b.goto l.href Did you give this a go? -- Posted via http://www.ruby-forum.com/.