[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

[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 aparna.m...@gmail.com wrote: Hi Angrez, Actually, first I have used firefox version 3.0.11 and then i uninstalled

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

2009-07-10 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 aparna.m...@gmail.com wrote: Hi Angrez, finally its working fine for me... Thanks Regards, Aparna On Jul 9, 2:48 pm, Angrez Singh

[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 ang...@gmail.com

[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 aparna.m...@gmail.com wrote: Hi, After enabling telnet, i have uninstalled the firefox version 3.5 and installed version 3.0. The

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

2009-07-09 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 aparna.m...@gmail.com wrote: Hi Angrez, I have enabled the telnet

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

2009-07-09 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 port 9997:

[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 installed

[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 ang...@gmail.com wrote: After enabling it do this: Start - run - [firefox installation

[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 khaja.sh...@gmail.com wrote: Hi, I am also getting same error on windows xp.

[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 ang...@gmail.com 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,

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

2009-07-08 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 -

[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

[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 aparna.m...@gmail.com wrote: Hi, when i tried running the script through command

[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

[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 ang...@gmail.com 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

[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, Angrez

[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 aparna.m...@gmail.com wrote: Hi Angrez, I have installed JSSH XPI with admin privileges but still am facing the same problem. Aparna On Jul 1,

[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
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 anuwri...@gmail.com wrote: Did you start the Firefox with jssh option? You can also check

[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 aparna.m...@gmail.com wrote: Hi, I am facing an error when i tried