Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (5.3k points)

I am using a loop in a folder to check for acrobat reader if the folder contains pdf files but the loop is not running yet. I am able to open the pdf file manually.

Can anyone suggest why I am not able to run the loop?

Loop While Window Exist ("Adobe Acrobat Reader") Then
Delay: (5 sec) End Loop

1 Answer

0 votes
by (9.5k points)

If you take a look at my code here, start the loop for "Each File in Folder" and specify the directory location to look in.  use the system variables $FileName$ and $Extension$ to look for each .pdf and open them.

Loop for each file in folder example

Browse Categories

...