UI Element Query

Hi everyone,

Please refer the image below.

Always this error is shown and to solve this error I m always clicking on indicate element in edit selector window.(edit slector window below attached)

Is there any solution so that i always need not to click on indicate element and run again.

Thanks and Regards,
Supriya

Hi @supu123

Please use below selector. it is failing because of idx value.

<html title='Welcome to High Court of Delhi' />
<webctrl aaname='Judgements' parentclass='judgements' />

Regards,
Vijay.

1 Like

Hi @supu123,

when you are creating selectors be sure to not edit them in a way that will create the idx-attribute as this means in your case that there are 4 other elements that are identical to UiPath.

As far as I can see you could just have used the default selector provided by UiPath:
<html title='Welcome to High Court of Delhi' />
<webctrl aaname='Judgements' parentid='MainContent' tag='A' />

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.