Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
Clicking a tool on a toolbar programatically either in c# or TestComplete
posted

I've been using TestComplete to automate some tests and have ran into an issue trying to click on tools on a toolbar.  My current method involves getting the X/Y of the tool and positioning the mouse over it to click it.  I've done some searching on the net and found some references to a ClickToolbarTool method, but that doesn't seem to exist in version 8.2.  So is there any way to do this through already existing methods, or do we have to create a method in the code to do it?