Re: [Wtr-general] want to enter URL manualy

2007-05-25 Thread Bret Pettichord
Shalini,

Could you please try to include more information in your posts to this 
list. It can try the patience of the few people we have who are 
answering questions here when incomplete information is posted.

In your case, you need to take another look at the stack trace you 
posted and then you tell us what it means to you. If you don't 
understand it at all, then that is the first problem.

Bret

SHALINI GUPTA wrote:
> 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
> Wtr-general@rubyforge.org 
> http://rubyforge.org/mailman/listinfo/wtr-general
>
>
>
> ___
> Wtr-general mailing list
> Wtr-general@rubyforge.org 
> http://rubyforge.org/mailman/listinfo/wtr-general
>
>
> 
>
> ___
> Wtr-general mailing list
> Wtr-general@rubyforge.org
> http://rubyforge.org/mailman/listinfo/wtr-general

___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] want to enter URL manualy

2007-05-24 Thread SHALINI GUPTA

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
> Wtr-general@rubyforge.org
> http://rubyforge.org/mailman/listinfo/wtr-general
>


___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] want to enter URL manualy

2007-05-24 Thread Charley Baker

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
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] want to enter URL manualy

2007-05-24 Thread SHALINI GUPTA

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
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general