[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-13 Thread Angrez Singh
there is another thread in this list which talks about JSSh for Firewatir 3.5. You can check that thread and get the XPI. Thanks, Angrez On Mon, Jul 13, 2009 at 6:12 PM, aparna wrote: > > Hi Angrez, > > Actually, first I have used firefox version 3.0.11 and then i > uninstalled it and installed

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-13 Thread aparna
Hi Angrez, Actually, first I have used firefox version 3.0.11 and then i uninstalled it and installed firefox version 3.5 and tried again. Even that time it was not working. Some how i missed to say that. Am sorry for that. And can you tell me what is the new XPI for version 3.5? Thanks & Regard

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-10 Thread Angrez Singh
But at no point you said you were using Firefox 3.5, there is separate XPI for that? Its good that it started working. On Fri, Jul 10, 2009 at 6:27 PM, aparna wrote: > > Hi, > > After enabling telnet, i have uninstalled the firefox version 3.5 and > installed version 3.0. The remaining steps are

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-10 Thread aparna
Hi, After enabling telnet, i have uninstalled the firefox version 3.5 and installed version 3.0. The remaining steps are same like installing JSSH extension(0.9) and changing the firefox settings. Then it started working fine. Regards, Aparna On Jul 10, 11:48 am, Angrez Singh wrote: > Can you

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-09 Thread Angrez Singh
Can you please tell what you did this time that it started working so that it benefits other people also? On Thu, Jul 9, 2009 at 7:00 PM, aparna wrote: > > Hi Angrez, > > finally its working fine for me... > > Thanks & Regards, > Aparna > > On Jul 9, 2:48 pm, Angrez Singh wrote: > > Can everybo

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-09 Thread aparna
Hi Angrez, finally its working fine for me... Thanks & Regards, Aparna On Jul 9, 2:48 pm, Angrez Singh wrote: > Can everybody see if they did all the steps mentioned in the installation > document? If they are still facing the problem then we can take it from > there > > Thanks, > Angrez > > >

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-09 Thread Angrez Singh
Can everybody see if they did all the steps mentioned in the installation document? If they are still facing the problem then we can take it from there Thanks, Angrez On Thu, Jul 9, 2009 at 2:44 PM, khaja shaik wrote: > Hi, > > I am also getting same error on windows xp. > > after running the c

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-09 Thread khaja shaik
Hi, I am also getting same error on windows xp. after running the command i got error saying that " Connection failed" Thanks, Khaja shariff On Thu, Jul 9, 2009 at 11:51 AM, Angrez Singh wrote: > After enabling it do this: > > Start -> run -> [firefox installation directory]\firefox.exe -j

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-09 Thread Angrez Singh
Going back to the installation document here from where you downloaded the XPI: http://wiki.openqa.org/display/WTR/FireWatir+Installation#FireWatirInstallation-InstalltheJSSHFirefoxExtension In step 2 its mentioned that you need to install "Redistributed package for VS 2005 SP1". Did you installe

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-08 Thread aparna
Angrez, When i did this "Start -> run -> [firefox installation directory] \firefox.exe -jssh", firefox home page is getting opened. On doing this Start -> run -> cmd -> type "telnet localhost 9997", am getting the following - "connecting to localhost...could not open connection to the host, on p

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-08 Thread Angrez Singh
After enabling it do this: Start -> run -> [firefox installation directory]\firefox.exe -jssh and then Start -> run -> cmd -> type "telnet localhost 9997" Let me know the results. - Angrez On Thu, Jul 9, 2009 at 11:03 AM, aparna wrote: > > Hi Angrez, > > I have enabled the telnet by followi

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-08 Thread aparna
Hi Angrez, I have enabled the telnet by following the steps given in the link and then typed "telnet localhost 9997" on command prompt. Now am getting an error "connecting to localhost...could not open connection to the host, on port 9997: connect failed" Thanks, Aparna On Jul 8, 10:50 pm, Angr

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-08 Thread kiran
Hi, Yes.This will solve your problem. Thanks kiran. On Jul 8, 10:50 pm, Angrez Singh wrote: > telnet is not enabled by default in vista, I think that may be the cause of > the problem. Can you try enabling telnet using the steps described > here:http://www.gohacking.com/2008/09/how-to-enable-te

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-08 Thread Angrez Singh
telnet is not enabled by default in vista, I think that may be the cause of the problem. Can you try enabling telnet using the steps described here: http://www.gohacking.com/2008/09/how-to-enable-telnet-command-in-vista.html After that repeat what I said in my last email and let me know the result

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-08 Thread aparna
Hi Angrez, When i did this, "Start -> Run -> [firefox installation directory] \firefox.exe -jssh" firefox home page is getting opened. When i typed "telnet localhost 9997" on command prompt, it is saying that "telnet is not recognised as an internal or external command" aparna On Jul 8, 5:05 

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-08 Thread Angrez Singh
just try this: Start -> Run -> [firefox installation directory]\firefox.exe -jssh Now open command prompt and type "telnet localhost 9997" Let me know the results. - Angrez On Wed, Jul 8, 2009 at 3:57 PM, aparna wrote: > > Hi, > > when i tried running the script through command prompt, firef

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-08 Thread aparna
Hi, when i tried running the script through command prompt, firefox home page is getting opened but the url mentioned in the script is not being taken by the firefox. Immediately after firefox home page getting opened, am getting the error which i have mentioned earlier. The same is the case when

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-08 Thread aparna
sure. I will try that and let you know if any issues. Thanks, Aparna On Jul 8, 11:17 am, Angrez Singh wrote: > Just to make sure, when you try running the scripts you get the error that > you mentioned in your mail. After that does firefox opens up or nothing > happens. > > Also, can you try ru

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-07 Thread Angrez Singh
Just to make sure, when you try running the scripts you get the error that you mentioned in your mail. After that does firefox opens up or nothing happens. Also, can you try running the Firefox executable with -jssh option from run command as suggested by Kiran and let us know the results - Angre

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-07 Thread kiran
Hi, Open 'firefox -jssh' from Run command and start running your scripts. Thanks, kiran. On Jul 8, 10:08 am, aparna wrote: > Hi, > > JSSH addon is enabled in firefox. I have checked and then only tried > to run the scripts. > > Regards, > Aparna > > On Jul 7, 8:19 pm, Angrez Singh wrote: >

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-07 Thread aparna
Hi, JSSH addon is enabled in firefox. I have checked and then only tried to run the scripts. Regards, Aparna On Jul 7, 8:19 pm, Angrez Singh wrote: > AFAIK, firewatir starts firefox with -jssh option automatically. Just check > if jssh addon is enabled in Firefox using the menu as suggeste

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-07 Thread Angrez Singh
AFAIK, firewatir starts firefox with -jssh option automatically. Just check if jssh addon is enabled in Firefox using the menu as suggested by Anu? - Angrez On Tue, Jul 7, 2009 at 7:06 PM, Anu Gangavaram wrote: > Did you start the Firefox with jssh option? You can also check if the jssh > add-

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-07 Thread Anu Gangavaram
Did you start the Firefox with jssh option? You can also check if the jssh add-on is in the firefox - Open Firefox - Goto Tools - Addons and check in jssh addon is in. I am using the same versions as you are and it works fine on my machine. Rgds, Anu On Tue, Jul 7, 2009 at 8:52 AM, aparna wrot

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-07 Thread aparna
Hi, I have downloaded the JSSH XPI from the following url - http://wiki.openqa.org/display/WTR/FireWatir+Installation#FireWatirInstallation-InstalltheJSSHFirefoxExtension The firefox version which am using is 3.0.11 and the OS is Windows Vista Regards, Aparna On Jul 7, 5:32 pm, Angrez Singh

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-07 Thread Angrez Singh
can you let us know from where you have downloaded the XPI and which Firefox version are you using? On Tue, Jul 7, 2009 at 11:45 AM, aparna wrote: > > Hi Angrez, > > I have installed JSSH XPI with admin privileges but still am facing > the same problem. > > Aparna > > On Jul 1, 4:03 pm, Angr

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-07 Thread aparna
Hi Angrez, I have installed JSSH XPI with admin privileges but still am facing the same problem. Aparna On Jul 1, 4:03 pm, Angrez Singh wrote: > did you installed JSSh XPI with administrator privileges? There are lot of > people who came across this problem with JSSh but was solved once in

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-07 Thread aparna
Hi Angrez, I installed JSSH XPI with administrator privileges. But still am facing the same problem. Aparna. On Jul 1, 4:03 pm, Angrez Singh wrote: > did you installed JSSh XPI with administrator privileges? There are lot of > people who came across this problem with JSSh but was solved on

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-01 Thread Angrez Singh
did you installed JSSh XPI with administrator privileges? There are lot of people who came across this problem with JSSh but was solved once installed with admin privileges. - Angrez On Tue, Jun 30, 2009 at 11:33 AM, aparna wrote: > > Hi, > > I am facing an error when i tried to run watir scrip