I am doing small automation where I am searching for any random topic on Google and getting the latest news on mail ID. Now, when I click on the topic and ENTER the “NEWS” tabs it looks pretty dynamic. I even used Ui exproler to set the inner text but no use. If the NEWS tab changes the position the automation fails to proceed.
Why not directly choose few sites and get info from them directly?
Because if in google each time a different page might come…try to make it more structured
Clicking dynamically the first response in google is not a challenge but if you want to scrape any kind of website then that might be a challnge
Cheers
Actually, it has an input dailog box which asks for a new topic every time in the beginning
Then search those topics on the prespecified websites only …would that not work?
Cheers
I am checking it one more time. Hope I get the thing done
1 Like
I tried giving the try by creating a variable for the selector but still, it’s not responding thus the error. is it okay If share the xmal?
Main.xaml (18.9 KB)