Close tab desktop Application
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2021
01:34 PM
10-24-2021
01:34 PM
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 we can close the tab, manually I can click using Mouse and close it but not able to di through script. I do not want to try with X, because the co-ordinates may change any time @marsha r
Solved! Go to Solution.
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2021
06:36 AM
10-25-2021
06:36 AM
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()
Best,
Justin Kim
Justin Kim
