Simple selector issue

Hi All:

My have a simple workflow for copy the weather information from google website. The “Type into” selector is also very simple. But, it can’t find the input space. I used IE browser. Just open the google link, that’s all.:no_mouth:Main.xaml (7.6 KB)

1
2 3

What change should I do in the selector?

@Harvey

I have modified the selectors in your XAML, try this Main (1).xaml (7.7 KB)

1 Like

@ranjith
Hi, it works fine! How did you achieve it ? Why your selector is more complex than me?
Thanks !

@Harvey

Sometimes selectors may be insufficient for UiPath to make action on it or else selectors may be dynamic . So we needed to make sure that selectors work for every situation. In your case selector is insufficient for UiRobot to type over the element. Kindly watch the video tutorial for better understanding.

2 Likes