Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
How to scroll the Internet Explorer through watir script
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
SHALINI GUPTA  
View profile  
 More options Sep 6 2007, 3:37 am
From: "SHALINI GUPTA" <shalinigupta2...@gmail.com>
Date: Thu, 6 Sep 2007 13:07:56 +0530
Local: Thurs, Sep 6 2007 3:37 am
Subject: How to scroll the Internet Explorer through watir script

Hi all,
can any one please tell me how to scroll the internet sxplorer through watir
script.

Regards,
Shalini Gupta


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Charley Baker  
View profile  
 More options Sep 6 2007, 10:57 am
From: "Charley Baker" <charley.ba...@gmail.com>
Date: Thu, 6 Sep 2007 08:57:38 -0600
Local: Thurs, Sep 6 2007 10:57 am
Subject: Re: [wtr-general] How to scroll the Internet Explorer through watir script

require 'watir'
browser = Watir::IE.start('http://www.google.com')
browser.link(:text, 'About Google').document.scrollintoview

-Charley

On 9/6/07, SHALINI GUPTA <shalinigupta2...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bret Pettichord  
View profile  
 More options Sep 6 2007, 1:37 pm
From: Bret Pettichord <b...@pettichord.com>
Date: Thu, 06 Sep 2007 12:37:30 -0500
Local: Thurs, Sep 6 2007 1:37 pm
Subject: Re: [wtr-general] Re: How to scroll the Internet Explorer through watir script
Charley Baker wrote:
> require 'watir'
> browser = Watir::IE.start('http://www.google.com'
> <http://www.google.com%27>)
> browser.link(:text, 'About Google').document.scrollintoview

Cool. I didn't know that!

Bret


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
SHALINI GUPTA  
View profile  
 More options Sep 7 2007, 12:31 am
From: "SHALINI GUPTA" <shalinigupta2...@gmail.com>
Date: Fri, 7 Sep 2007 10:01:38 +0530
Local: Fri, Sep 7 2007 12:31 am
Subject: Re: [wtr-general] Re: How to scroll the Internet Explorer through watir script

Thanks,
It works..Fine...

On 9/6/07, Bret Pettichord <b...@pettichord.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »