Forum Discussion

asikrahila0786's avatar
asikrahila0786
Senior Member
3 years ago
Solved

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...
  • hkim5's avatar
    3 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()