Highlighted element is not getting clicked

Selector match is found.
Highlight activity is highlighting the correct element, but on Click Activity run, it is clicking the region somewhere above the window or above the UI table.

Hi @vyshalicr,

Check the both the selectors are same.
If both are same share the screenshot and selector.

Regards,
Arivu

Selector:

<html app='chrome.exe' title='*Workday'/> <webctrl colName='Payroll Result' data-automation-id='SEARCH_ICON_charm' tableRow='2' tag='IMG'/>

Hi @vyshalicr,

if its possible attach the xaml file i ll check and update you.

Regards,
Arivu

Hi,
Issue got resolved when adding hierarchy of HTML tags.
Page Title → Table → Row → Img
Selector used now:

<html app='chrome.exe' title='*Workday'/><webctrl aaname='Payroll Result Result Type Period*' class='mainTable' tag='TABLE'/><webctrl colName='Payroll Result' data-automation-id='SEARCH_ICON_charm' tableRow='2' tag='IMG'/>

Thanks for the help,
Vyshali C R