Download the profile on the same and diff page?

So I have to start from beginning bro now.
From this page?

yAH Buddy

1 Like

Okay, will do bro. Please guide me bro…Anyway you help a lot :slight_smile:
Thanks

Bro to use data scrapping to make a pattern.
I have to click on page number which is given in the right top corner or the profile name which is given on the page 1.
I highlighted in yellow color.

yah make a click on that arrow once after each profile is downloaded with the pdf and saved
Cheers

@Palaniyappan sorry bro not getting. In this page to use a data scrapping there we need to first click then second click to make a pattern. So where I have to click. on profile heading or page number.

Because there are 40-50 profiles are there on page 1.

oh then you dont need to go for the next page itself buddy as you said you want to take for only 10 profiles which will be there in the first page itself know
have a click on profile heading if all the 10 profiles are in the same first page (in page 1)
Kindly Correct me if i have understood the query wrongly
Cheers

1 Like

Yes, bro…you understood

1 Like

I got the list of profile bro

First activity is done, now plz what I have to perfoem

@HareeshMR and @Palaniyappan

Fine @balkishan
now proceed with this process buddy

1 Like

In my case, I want to get the number of records in the flpkart and the names

and I’m changing my max requirements to 10 in the place of 100…

image

It will return me top 10… That’s how it works @balkishan

That I did I gave 10 here.

Bro. In the second line which string variable you’re talking?

You want to click on a particular text to open the profile, so you have to loop through the Names you have captured in the data scraping.

iterate through each value that you obtained from data scrapping with for each row loop buddy and assign the value of each row to a string variable buddy
Cheers @balkishan

That’s what I did bro

Which string variable bro? sorry bro not get you

now assign that row value to a string variable buddy
inside the for each row loop like this
outname = row(0).ToString

thats what i meant buddy @balkishan

1 Like

@Palaniyappan did that bro
image

1 Like

This retry scope where I have to use it inside the foreach loop bro or outside?
And which element I have to captured for element exist?

These two activity Hot Send Key & Text Position use in above part means inside loop in the top body part. or somewhere.

Text Position:- which text position bro?

buddy i meant the text position of the text that you have extracted with data scrapping…
and the retry scope should be used with the for eachrow loop as then only each text from the row of for each row loop will be searched for in the portal
Cheers @balkishan

1 Like