I am attempting to click a TTabSet tab for our Delphi application via VBScript (used in test automation) but am having difficulty doing so without using page coordinates. Does anyone have experience using this tab class?
Using TestComplete's Object Spy, I can view the RTTI - TabIndex of each tab but I cannot seem to pass it into a clicktab method to select it (TestComplete reports the error that it cannot find the tab and that 0 items exists).
I have asked the people who created TestComplete and they said that TTabSet is not a supported tab control but it was suggested that perhaps I can use some of TTabSet's native methods to get it working for me.
Any ideas?