anjan
(anjaneyulu)
1
hi
I am not able to click these links. can u please help me out.
Steps to process the flow:
-
Click on In Depth Analysis .
-
then it moved to down.
-
here showing 3 links
a> Brexit and the OBR’s forecasts
b> The EU financial settlement
c> EU finances and our forecast
-
In Loop, I need to click each and every link, it opened new page , then saved as pdf file.
-
I tried but it is not working . kindly help me out . it’s urgent.
reda
(Reda_Marzouk)
2
Hello @anjan
here is the selector
"<html title='Brexit analysis - Office for Budget Responsibility' /><webctrl css-selector='body>div>div>div>div>ul>li>div>h2' parentid='main' tag='H2' idx='" & ArticleNo.tostring & "' /><webctrl aaname='*' tag='STRONG' />"
you can find it attached in this workflow
Brexit.xaml (6.0 KB)
Enjoy 
anjan
(anjaneyulu)
3
Hey…
Thanks for this .
I tried it before , it click only first link.
but it has to be click three links after first file saved as pdf …
which activity we can use for each or decision in loop activity .
can u make it clear
reda
(Reda_Marzouk)
4
Does your robot perform other activities after it clicks every element?
1 Like
anjan
(anjaneyulu)
5
yes …
I did it.
It click first link, then it open new tab , and it saved as pdf .
but it didn’t click second link .
reda
(Reda_Marzouk)
6
Please See attached file
Main.xaml (7.3 KB)
it clicked on all of them for me, if you have further problems please let me know
:
1 Like
anjan
(anjaneyulu)
7
It clicked only last link (3rd ) for three times
reda
(Reda_Marzouk)
8
Ohh ok my bad can you please replace ArticleNo by Item the selector assign and place it inside the for each
or just use this 
Main.xaml (7.9 KB)
reda
(Reda_Marzouk)
10
Happy to I could help @anjan
[Please mark the answer as solution so other can find it easily]