try to make a sequence when i inpus something and let the robot search it on particular site.
but when I try to use a get attribute ‘DIV’ below error comes out. how do i can solve it??
Get Attribute ‘DIV’: Cannot find the UI element corresponding to this selector:
Probably, your dynamic selector of Get Attribute Activity for aaname is not correct.
Please check dynamic selector string before the activity using Write Line activity etc
And Get Attribute activity can obtain attribute value of not UiPath Selector but HTML Element. So, you cannot get selctor value of parentid and aaname using the activity.
You might need to change your approach for it
those attributes are case sensitive and even spaces count so be sure to check out the attributes in the selector before replacing it with your variable