glenmetz
10 years agoOccasional Contributor
Keyword Test, Webpage Scroll Down
I'm attempting to create a keyword test to validate a web application. The application requires scrolling to see all of the visible webpage, and complete a form. How can I insert a scroll into the ...
- 10 years ago
I believe the syntax would be:
TheObjectNameVerifiedUsingTheDisplayObjectSpyButton.ScrollIntoView()
You can pass true or false in as an argument too.