I want to click on element from a list but the problem is that, the element is present in list but due to huge size of that list required element is not visible on page (Current frame). To click on required element I have to scroll down the list then that element get visible.
please suggest me how to do that. I am using Selenium Webdriver using Ruby.