acm
8 years agoContributor
IE browser inconsistency
As a new user, I am recording keyword tests for starters and am experiencing inconsistencies with the pixel-related clicking actions, which make me wonder if my current setup is hindering. I ext...
- 8 years ago
It would be helpful to see the code/keyword tests you're using. Clicking on an object should not be dependant upon screen location or resolution if the object is being identified correctly. For that matter, when executing Click commands, if you just pass empty parameters (Click()) or negative -1 (Click(-1, -1)), TestComplete interprets that as clicking on the center of the indicated component, regardless of screen resolution.