Selector Issue while downloading the PDF's

Iam having an issue while downloading the pdf’s bot is not downloading the pdf’s from google chrome pdf viewver,even though my selectors are right it is not clciking on download.

this is selector i have used in click then also it is showing cannot find ui element
and basically INVG is common name for all pdf’s.

@Priyesh_Shetty1 so their is multiple pdf and “INVG” is common name for all?

yes starting pdf name is INVG56723,INVG34567 like this

Yes

this the click activity selector

@Priyesh_Shetty1 I understood your problem. basically Only the name of file is unique and which differentiate each file from others. when you make it Dynamic by putting “*” it is common for all and not able to differentiate which one you want to download.

But i want to download all the pdf’s starting from name INVG but its is not clicking on the download icon in google chrome

what changes can i make in selectors that it will click on download icon.

@Priyesh_Shetty1 I understand you want to download all files. are you downloading through loop or single click on every file. can you show me pdfs snapshot.

Through loop only.

Hi @Priyesh_Shetty1

Could pls share Chrome Screenshot…

I hope you are downloading using the URL.

The pdf’s download is not fix it depends on NSE how much data they upload in their website,sometime it will get only one pdf sometime it will download multiple.

Please try INVG Replace with * and Remove aastate as well…

it is not clicking on download icon

Inside wait for download i have kept this click for downloading.

one last clarification how will you get that link… or URL?

@AutomationX_by_Kiran it is going on a nse website their it is downloading a csv file and then its reading that csv file,In that csv there is URL column to download the pdf’s so with help of link iam opening this pdf’s.

@AutomationX_by_Kiran

i have used this method also then also it is not clicking.