Forum Discussion
Rather than the double click being the problem, I would look at the two examples you gave and the error message.
The difference in your two examples is that in the first one you are using an object name and the second one you are using coordinates. The error message is telling you that TC can't find the coordinates.
You can try to solve the issue with not finding the coordinates, but you'd be much better off if you don't use the coordinates and use the object name instead. As you can see, the coordinates are not reliable, and they will result in your tests not being as portable as you need. Screens are different and test systems are different, so the coordinates will likely not be consistent, where the object name will remain the same throughout.
i have no problem with using the name, however, intellisense did not seem to offer a version of the double click method that allowed using a name. Only the ClickTab method which imitates a single click. There are certain spots where the double click action is an imperative. I will continue to research, try different things, see what i can come up with and report back. Any help is welcome. Thanks!