Hi All,
I am having an issue with a dynamic selector:
My dynamic selector:
html title=‘Finance Dashboard | ServiceNow’
webctrl parentid=‘pivot_5873b169db22934006593e1f7c9619ce’ tag=‘TABLE’
webctrl tableCol=‘" + (stateNewColumnIndex + 1).ToString() +"’ tableRow=‘“+ (stateNewRowIndex + 2).ToString() +”’ tag=‘TD’
Which outputs:
html title=‘Finance Dashboard | ServiceNow’
webctrl parentid=‘pivot_5873b169db22934006593e1f7c9619ce’ tag=‘TABLE’
webctrl tableCol=‘2’ tableRow=‘3’ tag=‘TD’
This is the selector via UI Explorer:
html title=‘Finance Dashboard | ServiceNow’
webctrl parentid=‘pivot_5873b169db22934006593e1f7c9619ce’ tag=‘TABLE’
webctrl tableCol=‘2’ tableRow=‘3’ tag=‘TD’
As the selector may move depending on the incoming requests, I am unable to make the selector position based. UiPath is able to locate the selector but will not physically click on the selector, please kindly assist.