[wtr-general] Re: Very slow typing speed for firefox 2 : watir 1.6.2

2009-03-25 Thread BrianRosenthal
I'm seeing extremely slow typing consistently on Ubuntu linux. Ubuntu Linux JSSH 0.9 Firefox 3.0.7. Ruby 1.8 Best, Brian PS: I'm new to firewatir... have been playing around with it pretty intensely for the last couple of weeks... love it. :)

[wtr-general] Re: Very slow typing speed for firefox 2 : watir 1.6.2

2009-03-25 Thread Al Snow
: [wtr-general] Re: Very slow typing speed for firefox 2 : watir 1.6.2 From: brian.rosent...@gmail.com To: watir-general@googlegroups.com I'm seeing extremely slow typing consistently on Ubuntu linux. Ubuntu Linux JSSH 0.9 Firefox 3.0.7. Ruby 1.8 Best, Brian PS: I'm new to firewatir

[wtr-general] Re: Very slow typing speed for firefox 2 : watir 1.6.2

2009-03-25 Thread aedorn
The current way around this is to keep something running at all times that's active. You can use a real simple shell script even: #!/bin/sh while : do echo background process done It's kind of obnoxious, but it is, right now, the only way to make things go faster. On Mar 25, 10:43 am,

[wtr-general] Re: Very slow typing speed for firefox 2 : watir 1.6.2

2009-03-12 Thread bwaybandit
FF 3.0.5. Not sure if that would make a difference and am not sure at what point i saw it stop happening. If i have some spare cycles, I will see if i can step back and see what versions caused the slowdown. On Mar 11, 5:15 pm, Aedorn Varanis aed...@gmail.com wrote: Then we need to figure out

[wtr-general] Re: Very slow typing speed for firefox 2 : watir 1.6.2

2009-03-12 Thread bwaybandit
windows XP / SP2 (Version 2002) On Mar 11, 5:15 pm, Aedorn Varanis aed...@gmail.com wrote: Then we need to figure out what is different between your install, and our install. Are you running under Linux or Windows? And if it's Linux, did you do a global or per-user install of the jssh

[wtr-general] Re: Very slow typing speed for firefox 2 : watir 1.6.2

2009-03-12 Thread Aedorn Varanis
Something amusing about this issue. I noticed, by pure chance, that if I move another window around while the test is running, the typing goes faster. So if I rapidly move a window left to right, over and over, the tests I do complete really quickly. Once I stop moving the window, it goes back to

[wtr-general] Re: Very slow typing speed for firefox 2 : watir 1.6.2

2009-03-12 Thread Cliff Cyphers
I've seen similar resuls with putting a little delay in the read_socket().. I thinks it's a resourse issue in where the OS is polling till it's free. It just happens to be with a litle delay there's less polling for the file descriptor IO. The read_socket is waiting on data hence the

[wtr-general] Re: Very slow typing speed for firefox 2 : watir 1.6.2

2009-03-11 Thread bwaybandit
i have FF3 and jssh 0.9 and do not see the delay anymore. On Mar 10, 11:11 pm, aed...@gmail.com wrote: I'm running into the same issue but on Firefox 3. Slow characters being typed (about 1 a second as mentioned.) However, I have a Firefox 2.0 machine that flies through. The only different is

[wtr-general] Re: Very slow typing speed for firefox 2 : watir 1.6.2

2009-03-11 Thread Aedorn Varanis
Then we need to figure out what is different between your install, and our install. Are you running under Linux or Windows? And if it's Linux, did you do a global or per-user install of the jssh extension? On Wed, Mar 11, 2009 at 5:43 AM, bwaybandit lenridge...@gmail.com wrote: i have FF3 and

[wtr-general] Re: Very slow typing speed for firefox 2 : watir 1.6.2

2009-03-02 Thread Cliff Cyphers
Late to the thread but wanted to add something recently observed while running firefox through strace. It appears there are some flow control issues which may explain the slow typing speed. It's also been noted with some puts in the read_socket method the problem isn't as severe. While it may

[wtr-general] Re: Very slow typing speed for firefox 2 : watir 1.6.2

2008-11-14 Thread Natasha Ranney
Hi Aidy, Did you find any solution to this problem? In case, you find a solution, please share it with me. For now I am just typing fewer characters, when its being executed against Firefox. Thanks, Natasha aidy lewis [EMAIL PROTECTED] wrote: On 12/11/2008, Natasha Ranney wrote: Hi

[wtr-general] Re: Very slow typing speed for firefox 2 : watir 1.6.2

2008-11-12 Thread Charley Baker
I'm seeing this happen with one of the people I'm working with, slow meaning almost 1sec/character in this case. He's running firefox on linux. My guess is that it's due to jssh, but it's hard to tell, I'll poke around and see if I can find out more. What OS/FireFox version and jssh addon are you

[wtr-general] Re: Very slow typing speed for firefox 2 : watir 1.6.2

2008-11-12 Thread Natasha Ranney
Hi Aidy, I am running my tests from windows command prompt. test.rb -- www.test.com param1 param2 I am using options.yml file, with following settings: # 'ie' (Watir::IE) or 'firefox' (FireWatir::Firefox) browser: firefox #

[wtr-general] Re: Very slow typing speed for firefox 2 : watir 1.6.2

2008-11-12 Thread Natasha Ranney
Hi Charley, I found the same behavior. It was typing at 1 character per second. Firefox version: 2.0.0.17 OS: Windows XP JSSH: 0.9 It would be great if you can sort this out. Thanks, Natasha Charley Baker [EMAIL PROTECTED] wrote: I'm seeing this happen with one of the people I'm working