Ui path academy level 3 assignment 1

Hi I am working on uipath academy level 3 assignment I am facing an error in the Extract client information can anyone help me, please

Error:
Attach Browser ‘iexplore.exe ACME’: Cannot find the UI element corresponding to this selector:

Thanks in advance

Please change the title attribute in the selector to dynamic.

Change title attribute to the following -

title='ACME System 1*'

Regards,
Karthik Byggari

3 Likes

Still same no change in error

What is the selector you are using now?
Send the selector string or screenshot.

@KarthikByggari

Hi @tejaswi_nerella

Please try it in debug mode and check when this sequence is executing at that time on which page your browser is.

Thanks,
Shenki

Please use the selector exactly as shown in my previous post.

In the title don’t place hiphen at the end of the value.

Use exactly as shown below -

title=‘ACME System*’

Regards,
Karthik Byggari

1 Like

@KarthikByggari still same error

@tejaswi_nerella

Could you please show me screenshot of your final selector after modifications.

did you have a navigate to work items workflow?

@MythicGold yeah

does ur robot navigate to that page before it attaches window?

Make sure you aree navigating to Work Item details.

And then attach browser with the following selector for extracting the client information.

<html title=‘*’ />

Regards,
Karthik Byggari

4 Likes

Thank you

1 Like

Have an error in final step SHA1 how to solve it

@Hepsiba_Agnes yeah I have, not yet resolved

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