is there a way to scroll down a page in the selenium IDE?
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/selenium-users?hl=en.
Hi Jaya ,
I am using Eclipse IDE + JUNIT 4+ selenium RC .
when i put the command
selenium.browserbot.getCurrentWindow().scrollTo(100,800);
It gives me error in my Java test case.
What i found is , in selenium package , there is no browserbot .
Please let me know the correct syntax so that the current window get
scrool dowm while test case is executing.
Thanks,
Anand
On Jul 9, 2:19 pm, Jayakumar C <jayakumaree...@gmail.com> wrote:
> @Byron,
>
> If you are going to scroll down the page to an element, you could try the
> cmd -
>
> focus | locator
>
> If you want to scroll down the page based on co-ordinates , you could use
> something like -
>
> storeEval | selenium.browserbot.getCurrentWindow().scrollTo(100,800)
>
> scrollTo(*xpos, ypos*)
> *xpos - *The coordinate to scroll to, along the x-axis
> *ypos* - The coordinate to scroll to, along the y-axis
>
> On 9 July 2011 01:34, Byron <byron.mora...@gmail.com> wrote:
>
> > is there a way to scroll down a page in the selenium IDE?
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Selenium Users" group.
> > To post to this group, send email to seleniu...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > selenium-user...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/selenium-users?hl=en.
>
> --
> Jayakumar