How to Automate Mouse scrolling event in Selenium IDE
问题 I am trying to capture/automate mouse scrolling event in selenium IDE. Like in Facebook friend list page, we have to scroll to the end to list all friends. I want to automate that functionality using Selenium IDE . What i have done : with my current script i can log in to Facebook. Then on clicking on my name from the header i can go to my profile page. At my profile page, i am storing the value of number of friends, and then on clicking the friends link i can go to the friend list page. At