Re: [wtr-general] Re: Help: cant get jSSH to work on windows 2003

2010-07-21 Thread Angrez Singh
Is the problem still there? Can you make sure you are installing JSSh using administrator privileges? - Angrez On Wed, Jul 21, 2010 at 2:18 AM, Eddie ed...@mattermedia.com wrote: No, there was no firewall. server used only IPsec, and even with IPsec OFF, i still had the problem. I solved it

[wtr-general] Re: Help: cant get jSSH to work on windows 2003

2010-07-21 Thread Eddie
thanks, the problem was solved by using FF 3.5.10 (and xpi 3.5). installing as admin did not help. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to

[wtr-general] Fwd: How to automate a scrollbar

2010-07-21 Thread Padma Reddy
*someone please help me out.. its urgent!!* Hi all, I need to tick the checkbox and continue to the next page.. but the checkbox will be enabled only when the agreements are read and scrolled down(that particular pane). How to enable the checkbox without scrolling down or

Re: [wtr-general] Re: link click no updates

2010-07-21 Thread roland panganiban
The only difference on my project is I try to select a link under a sub directory which is not expanded. I have no problem with the other links under sub directory which is already expanded. Please advise. Thanks. On Tue, Jul 20, 2010 at 5:33 PM, roland panganiban roland.pangani...@gmail.com

[wtr-general] How to automate a scrollbar

2010-07-21 Thread Padma Reddy
Hi all, I need to tick the checkbox and continue to the next page.. but the checkbox will be enabled only when the agreements are read and scrolled down(that particular pane). How to enable the checkbox without scrolling down or how to scrolldown to enable the checkbox?? Please let me knw if u

Re: [wtr-general] Fwd: How to automate a scrollbar

2010-07-21 Thread Basim Baassiri
Padma Perhaps a link to a page or some html (and javascript) would be helpful in solving your problem. From the sounds of it, it might be solvable by sending a javascript event or using autoit you could move your mouse to the position of the scrollbar and send mouse clicks or send keyboard

Re: [wtr-general] Fwd: How to automate a scrollbar

2010-07-21 Thread Ethan
I don't think you need javascript events - just set the scrollTop property of the dom. assuming this is a scrollable div in a variable 'div' in ruby, something like div.ole_object.scrollTop = div.ole_object.scrollHeight On Wed, Jul 21, 2010 at 11:58, Basim Baassiri ba...@baassiri.ca wrote:

Re: [wtr-general] Fwd: How to automate a scrollbar

2010-07-21 Thread John Fitisoff
Might be possible to set focus on the element and then use send_keys to hit the down arrow button some number of times to enable the check box. Ugly and not preferred but it might work as a short term fix. From: Basim Baassiri ba...@baassiri.ca To:

[wtr-general] Re: Fwd: How to automate a scrollbar

2010-07-21 Thread orde
Checkout this thread: http://groups.google.com/group/watir-general/browse_thread/thread/a0504c3358716dbb/3b17fb365356c8f1?hl=enlnk=gstq=scroll#3b17fb365356c8f1 Hope it helps. orde On Jul 21, 9:41 am, John Fitisoff jfitis...@yahoo.com wrote: Might be possible to set focus on the element and

[wtr-general] Re: IE8 Update Broke Watir Support

2010-07-21 Thread orde
I'm running the following, but I'm not seeing the problem you describe: IE: 8.0.7600.16385 Ruby version: 1.8.6 WATIR version: 1.6.5 OS: Win7 orde On Jul 20, 6:11 am, mattchurchy mattchur...@gmail.com wrote: Is anyone else having problems getting Watir to work with Internet Explorer 8 after