Calculate client security hash - Attach Browser System1 WorkItem Detail: Cannot find the UI element corresponding to this selector: <html title='ACME System 1 - Work Items' />

Hi All,

facing issue as below.

Attach Browser System1 WorkItem Detail: Cannot find the UI element corresponding to this selector:

and i get 404 error in the browser.

Need guidance to resolve this.

Hi @veerishu

your “Attach Browser” activity is looking for a browser element with image what does not fit the title from your second picture. Try to add a wildcard character here:
<html title='ACME System 1 - Work Items*' />

1 Like

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