Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
Are you passing anything in to the click method itself in your code or keyword test? I've seen the behavior you've described when the code does something like this
It's TestComplete's attempt to try and convert MyValue to a set of co-ordinates for the click method.
MyValue = "MyButtonName"
Control.Click(MyValue)
It's TestComplete's attempt to try and convert MyValue to a set of co-ordinates for the click method.