sergeys
8 years agoContributor
Seems like Click() method doesn't work because TestComplete run progress bar overlaps the button
I'm facing the following issue : my tests occasionally failing because sometimes TestComplete run progress bar overlaps the button I'm trying to click using Click() method.
The issue is simply resolved by using ClickButton() method instead of Click(), but if this is really TC issue - I would have a look at it.
It's strange I didn't get any fails previously for the same tests - probably, it is because we updated TC from 10 to 12 version (or from 12 to 12.2 - don't know exactly).
Sounds like you need ...... https://support.smartbear.com/testcomplete/docs/reference/program-objects/indicator/hide.html
;)