[wtr-general] Firewatir Wait Issue

2010-03-19 Thread tonymocha
Have problem with Firewatir wait command that won't wait for the page to load complete before proceeding other actions. Here is the sample code I used: require 'rubygems' require 'firewatir' browser = FireWatir::Firefox.new browser.goto(http://www.google.com;) browser.text_field(:name,q).set

Re: [wtr-general] Firewatir Wait Issue

2010-03-19 Thread kiran yajamanyam
You can use sleep() instead of Wait. On Thu, Mar 18, 2010 at 2:46 PM, tonymocha mochat...@gmail.com wrote: Have problem with Firewatir wait command that won't wait for the page to load complete before proceeding other actions. Here is the sample code I used: require 'rubygems' require