asikrahila0786
4 years agoSenior Member
Close tab desktop Application
Hi I have a tab where I can see the tab name and (X) - but when I use Object spy I am not able to find the X related object. Parent of the tab is Navigation, it has ClickTab method not CloseTab , how...
- 4 years ago
my guess would be to either enable MSAA to see if that helps discover the x button to close the tab,
or find within your object browser hierarchy the exact (tab/window) object that supports some method like closeTab()