[wtr-general] Re: Answering incomplete requests

2009-10-25 Thread Wesley Chen
So, we will keep the same rule as before? :), I think it doesn't matter. Everybody grows up from a kid. Thanks. Wesley Chen. For life, the easier, the better. On Sun, Oct 25, 2009 at 3:20 AM, Ċ½eljko Filipin < zeljko.fili...@wa-research.ch> wrote: > On Sat, Oct 24, 2009 at 9:13 PM, Alan Baird w

[wtr-general] Error occured while working with firefox browser

2009-10-25 Thread rrash586
Hi All, I want to use Firefox browser for testing one of the webpplication. But after following all the steps mentioned on link mentioned below http://wiki.openqa.org/display/WTR/FireWatir+Installation#FireWatirInstallation-4%29%28Optional%29RunFireWatirunittests 1) Install the FireWatir Gem 2)

[wtr-general] Error occured while working with firefox browser

2009-10-25 Thread rrash586
Hi All, I want to use Firefox browser for testing one of the webpplication. But after following all the steps mentioned on link mentioned below http://wiki.openqa.org/display/WTR/FireWatir+Installation#FireWatirInstallation-4%29%28Optional%29RunFireWatirunittests 1) Install the FireWatir Gem 2)

[wtr-general] Re: Answering incomplete requests

2009-10-25 Thread Jari Bakken
On Fri, Oct 23, 2009 at 10:01 PM, Ethan wrote: > Perhaps a wiki page on what information is needed from people in order for > them to get help - the initial response could just be a link to that page, > and if they don't reply with information that generally conforms to what is > required, it get

[wtr-general] Unable to find "Sign Out" (Gmail) using Watir

2009-10-25 Thread abhisheksreepal
Hi, I am working in Windows Xp. Ruby - 1.3.5 Watir - 1.6.2 I am unable to click Sign out link in Gmail Added My code and Output in http://gist.github.com/218175 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Wa

[wtr-general] Re: Unable to find "Sign Out" (Gmail) using Watir

2009-10-25 Thread karim rayani
Sign out the above is a link and not a button, i believe ie.link(:id,":qk").click should work On 10/25/09, abhisheksreepal wrote: > > > Hi, > > I am working in Windows Xp. > Ruby - 1.3.5 > Watir - 1.6.2 > > I am unable to click Sign out link in Gmail > Added My code and Output in http://gist.

[wtr-general] Re: Unable to find "Sign Out" (Gmail) using Watir

2009-10-25 Thread abhisheksreepal
Hi karim, Thanks for the reply. Yes Sign out is a link I have tried it before which didn't work.(Will get the same error) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this gro

[wtr-general] Re: Unable to find "Sign Out" (Gmail) using Watir

2009-10-25 Thread karim rayani
hi did u try using :text,"Sign out" as parameters??? On 10/25/09, abhisheksreepal wrote: > > > Hi karim, > > Thanks for the reply. > Yes Sign out is a link > > I have tried it before which didn't work.(Will get the same error) > > > > > --~--~-~--~~~---~--~~ You

[wtr-general] Re: Unable to find "Sign Out" (Gmail) using Watir

2009-10-25 Thread abhisheksreepal
Hi karim, I found out the mistake. Actually Sign Out is under a frame. This will work ie.frame(:index,4).link(:id,":qk").click ( or even with :name it will work) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "

[wtr-general] Re: Error occured while working with firefox browser

2009-10-25 Thread Bret Pettichord
There was also a warning on the page that said that you could not run the unit tests from a gem installation. Since this meant that step 4 would never work, however, i decided to remove step 4 (and the warning) from the page. Bret rrash586 wrote: > Hi All, > > I want to use Firefox browser fo

[wtr-general] Re: Unable to find "Sign Out" (Gmail) using Watir

2009-10-25 Thread karim rayani
cool thanx it helped me as well On 10/25/09, abhisheksreepal wrote: > > > > Hi karim, > > I found out the mistake. > Actually Sign Out is under a frame. > This will work > ie.frame(:index,4).link(:id,":qk").click ( or even with :name it > will work) > > > > > --~--~-~--~~--

[wtr-general] Re: Unable to find "Sign Out" (Gmail) using Watir

2009-10-25 Thread abhisheksreepal
No problem... :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to watir-general@googlegroups.com Before posting, please read the following guidelines: http:/

[wtr-general] Re: Answering incomplete requests

2009-10-25 Thread Bret Pettichord
Jari Bakken wrote: > On Fri, Oct 23, 2009 at 10:01 PM, Ethan wrote: > >> Perhaps a wiki page on what information is needed from people in order for >> them to get help - the initial response could just be a link to that page, >> and if they don't reply with information that generally conforms

[wtr-general] Re: Error occured while working with firefox browser

2009-10-25 Thread Angrez Singh
Which JSSh extension you have installed and from where? - Angrez On Sun, Oct 25, 2009 at 5:31 PM, rrash586 wrote: > > Hi All, > > I want to use Firefox browser for testing one of the webpplication. > But after following all the steps mentioned on link mentioned below > > > http://wiki.openqa.or