Forum Discussion
rraghvani
Champion Level 3
2 days agoProviding the object appears in the Object Browser, and the action you want to perform - if performing a Click action, TestComplete will automatically scroll down the web page (start from top of page),
VisibleOnScreen = false.until the VisibleOnScreen property becomes true, and then perform the Click action.
TestComplete will automatically scroll down, until VisibleOnScreen = trueYou could also implement your own function (which can be called from your Keyword Test), and call scrollIntoView() on the object - providing web element has that method.