How to get the first query record of Baidu Search?

Hi Guys,

I encountered one problem when I try to get the first record of Baidu Search with Uipath.
The URL is like:
https://www.baidu.com/s?ie=UTF-8&wd=abc” – abc is the keyword.


The text in the red box is what I want. It seems to be a very easy action, but I failed.
I used the activity “GetValue”, and there is a “aaname” attribution in the seletor. But I can not know the content of “aaname” in advance, and if I removed the “aaname” or modify it like "aaname = * ", then it can not work.
image
Appreciat your kind help, thanks a lot.

Hey
you can use Get Attribute Activty
you have to select aaname
it will give output
Thanks