Description
Hi,
I’m having trouble to do a webscraping in the modern version.
Aim: Search a webpage for specific words in links and open same in new tab.
Help please.
Thanks
Link
Date
2024-11-25
Hi,
I’m having trouble to do a webscraping in the modern version.
Aim: Search a webpage for specific words in links and open same in new tab.
Help please.
Thanks
2024-11-25
Welcome to the community
Can you please say what specific issue are you facing
Cheers
Hello @Prashant_Deena
Without knowing your excact scenario, you could use the Get Attribute activity to read the “href” of the desired element.
This will return the link of the element indicated.
Then you could use a If activity to inspect if the link contains the words you are looking for.
Alternatively with Regex (Is Match activity) for more advanced inspection of the link.
Regards
Soren
The scenario is that the href is always changing - dynamic. I tried to extract the URL but its coming as javascript:void(0);
Also if I go positioning, if definitely not working due to different and number of client reports.
So, the scenario is that I have to access/open all reports that contain the word “2024” in the report name.(See attached pic)