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 keyword test? TC can't read the scroll bar as a object. Thank you.
I believe the syntax would be:
TheObjectNameVerifiedUsingTheDisplayObjectSpyButton.ScrollIntoView()
You can pass true or false in as an argument too.