Hi I have this issue. Click ‘page tab Channels’: Cannot find the UI element corresponding to this selector:
Welcome to our uipath community.
Make Selector reliable by removing unnecessary attributes from selector. Here, remove title attribute from selector and then try once.
Hi @lakshman tried didn’t work.
Could you compare current element Selector with previous element Selector and see what attribute values got changed.
If possible share those 2 screenshots with me. So that I can check and help you.
Hi @Joshua_Khoo
Based on the selector are you able to highlight the recorder when indicating on screen are you able to get aaname property in uiexplorer
Thanks
Ashwin.S
Hi @Joshua_Khoo
try element exists and do the click activity
Thanks
Ashwin.S
Hi,
I’m a bit confused how to use the element exists. It outputs true or false to my understanding but I’m not sure how to pass that to another activity. Also the click is the activity I’m trying so I’m not following.
Best regards,
Josh
Hi I’m still having trouble with this.
Hi how do I use element exists?
Hi @Joshua_Khoo
Type element exists activity in activity panel you will get it or go to manage package and uipath.core.activities and install the package
And check element exists
Thanks
Ashwin.S
Sorry still new to uipath, I get how to do the activity but what do I do with the output of it?
Hi @Joshua_Khoo
Based on the output will return Boolean and in if condition give the Boolean value in of condition and in then use click activity
Thanks
Ashwin.S