Selectors is getting changed with its idx value

Hi all,
I am working on ERP Oracle application. I am not able to click on particular tab. On mouse hovering full title bar is getting selected . Idx attributes should not be used . Can anyone suggest something what should be done instead of idx attribute.

You can always changes selector to make it appropriate using UiExplorer. If your idx attribute keeps on changes then that should not be an appropriate selector. Try a identify an attribute thats unique and more appropriate. In most of the case aaname does work out. Additionally since you mentioned you are not able to identify that tab, you can check if your application supports sending hotkeys, if its possible then you send tab hotkeys to navigate to the place you want. Also, you can give a try for click image activity.

Let me know if it helps.

Thanks,
Rammohan B.