[wtr-general] Re: Working with GWT table

2012-09-02 Thread Anthony Hallett
try cell = br.div(:id => "main").td(:index => 1) On Saturday, 1 September 2012 06:21:15 UTC+10, Joe Fl wrote: > > Hi Everyone, > > I am working on automating an GWT app for the first time. I am trying to > get data from td tag in a > specific table . > > When I run the following code: > > t

[wtr-general] Re: Browser.goto command is not working

2012-09-02 Thread Joe Fl
Hi, Sometimes you need to include the starred line below: * require 'rubygems' require 'watir-browser' browser = Watir::Browser.new :ff browser.goto 'http://bit.ly/watir-example' In your code you do this (require 'Watir-webdriver'). I am not sure if that is causing the problem but you might c