Question
Not able to match a button control when multiple case tabs were open with same target control on all tabs
Hello All,
I'm facing an issue where not able to match the controls while multiple case tabs were open. I'm trying to match control on all tabs(case) where all the tabs contains same button.
I need a universal match to that object button, when ever i open a new case it should match ignoring the old tabs.
I want the object control to be matched on the current/active case tab though all tabs are open aside.
Note: We cant close the case tabs opened earlier to the latest tab.
Snips attached with case tabs and object explorer
You would enable UseKeys on whatever control in your hierarchy is actually duplicated. I suspect that it is your web page control based on the screen shots. You could then use the Active key for the button when triggered from your automation.