amosh
5 days agoOccasional Visitor
Clicking on Button while page is still scrolling
TestComplete is trying to click on web page buttons while the screen is still scrolling the object into view. This is causing scripts to fail as it's either now clicking the wrong button or clicking where the button used to be but no longer is. If I put a hover before the click it fixes the issue, but that will be a lot of extra steps in every script to hover before clicking any button. Is there a delay I can set to have it not click the button while still scrolling into view?