lbyrne
10 years agoContributor
button bars
The following code was recorded using Test Complete. Set toolkitButtonBar = splitContainer.WinFormsObject("SplitterPanel", "", 1).bbarBroker Call toolkitButtonBar.Click(36, 50) A button call...
Hi
You should be able to obtain the index for the button you need to click from the properties. Once you have this, you should be able to call either a Click() or a ClickButton() method without specifying coordinates.
Regards
Stephen.