prititit
(prititit)
1
Hello.
I want to click recent year of each Subfolder and data scrape it
- Opinions Filed in recent year
- recent month

KM1996
(Kavita)
2
Hi, you can scrape the data from all the subfolders in the folder by using this method:
- Go to the folder “Opinions filed in recent year” (you can make “recent year” as a variable)
- Use Directory.GetDirectories to get all the subfolders. Use a variable to assign the expression to. More info here:
- Then loop through each item in the directory using a For Each loop and scrape the data.
Hope this works!