Need help in Lesson 4 - Practice 2

I have done the web recording as explained.

When I run it, opens the browser (internet explorer), goes to google.com
But DOES NOT type “weather in new york” in the search bar and search it.

What am I missing, please help.

Hi @yusufht
Can you tell me what is the error occurring?

Might be selector mismatch. Could you share the selector?

Browser opens and goes to google.com, and then freezes for sometime.
This is the error message after that:


Source: Type city weather into search bar

Message: Cannot find the UI element corresponding to this selector:

Exception Type: UiPath.Core.SelectorNotFoundException

An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
UiPath.Core.SelectorNotFoundException: Cannot find the UI element corresponding to this selector: ---->

I understand there is some selector issue, but how to correct that?

After opening the browser, use the below selector in type into

image

Refer the below workflow

Sequence5.xaml (5.9 KB)

Hello, Thanks for helping with selector. Its working fine.

Just one final issue, I am unable to display the temperature value in the final message box.
Please check the attached file and help.

Get Temperature.xaml (9.9 KB)

Hi @yusufht,

Refer the below workflow.

Get Temperature.xaml (9.8 KB)

1 Like

Its working, but I am unable to locate the error in my previous xaml file.
What am I doing wrong?

Hi,

You were using get full text actitvity, and i used Get Text activity.

Oh. thanks for quick reply.

How can we change activity type in the same old xaml file?
Can we just delete that part and do manual recording again? Or any other way?

Remove get full text activity and use get text activity and indicate on screen the temperature.

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