hi, it just start ruby.exe and with in a second it ends..... and gives this error 1) Error: test_ADGDashboard_Homepage(TC_CAST_ADGDashboard_Homepage): Watir::Exception::UnknownObjectException: Unable to locate object, using name and Login c:/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1166/./watir.rb:2413:in `assert_exists' c:/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1166/./watir.rb:2642:in `enabled?' c:/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1166/./watir.rb:2417:in `assert_enabled' c:/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1166/./watir.rb:4016:in `set' homepage.rb:90:in `adg_Homepage_launch' homepage.rb:51:in `start_ADGDashboard' homepage.rb:60:in `test_ADGDashboard_Homepage' Regards shalini Gupta
On 5/24/07, Charley Baker <[EMAIL PROTECTED]> wrote:
Hi Shalini, There shouldn't be a need to use $ie.wait $ie = IE.new # creates a new browser window Now you can enter your url manually if you want. How is this not working? -Charley On 5/24/07, SHALINI GUPTA <[EMAIL PROTECTED]> wrote: > Hi all, > > I want to enter URL in address bar of my project manually.so i have > tried this > $ie=IE.new() > $ie.wait() > > But previously it was working but now its not working. > i have changed my watir version from 1.5.1127 to 1.5.1166 > > is it the problem?? > > Please help > Thanks In advance!! > > Regards > Shalini Gupta > > _______________________________________________ > Wtr-general mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/wtr-general > _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
