Wednesday 15 August 2012

java - Selenium - Scroll to Element -



java - Selenium - Scroll to Element -

is there way scroll page current webelement using selenium java?

i click on element when element downwards or clicks on place - want scroll page current element.

i searched havent found solution.

any help - advance !

you need id , fire click event on id. want click on next button on page id="nextbutton" in page object here how declared. way dont need worry position eg:

@findby(how = how.id, using = "nextbutton") private webelement next;

more info @ http://reddymails.blogspot.com/2011/09/selenium-2-or-webdriver-for-automation.html

java selenium

No comments:

Post a Comment