Hi
I am unable to click “All time” using click option
I tried attach browser , recording but in vain
I need to close the window too not the browser. “Close window” activity closes the browser itself
I need to close the window too not the browser. “Close window” activity closes the browser itself
@Nithyakavitharan_T Can you please share the selectors?
Hello @Nithyakavitharan_T
I hope you are trying to click on All time in the popup window as per your screenshot. Plz correct if my understanding is wrong
Are you able to inspect on this All Time element??? Or during the execution only it’s failing?
Usually in this cases if you put the click activity inside an Application/Browser activity for that window scope it will work
yes Nithin
Could you please check this - How to record the titles of all tabs in the browser? - #34 by Nithinkrishna
Thanks
#nK
Capture selector from uiexplorer using UiAutomation from uiframeworks setting.
UiFramework is set to bydefault change it to uiautomation or active accessibility to capture selector of All Time & close second window.
Later use click activity for both actions.
If still it fails use hotkeys to close the second tab.
Thank you Nithin, I will check it out.
Thank you Aparna. I will check it out.