It just run for first month i.e January, searches if there is any report to download then navigate the URL to next WIID and extract taxid
I am getting this error :
Assign: Illegal characters in path.
When i run my program individually i.e just the program System1_CreateYearlyReport i found no error and it is running but when i run the whole Main program i.e Main for the whole program of the performer then in runs for one month January then it navigate to next WIID to extract taxid.
I guess the issue is not with the yearly report creation. I think its the monthly one.
I think the issue is on navigate-to part.
Can you print your urls before you are navigating. Add a message box or write line activity and take its screenshot
Please share the output and lets see what we have.
we have navigation of url only when reports of that particular taxid with all months are downloaded , then we navigate the URLfor next taxid .
In my case when I run my program for a particular taxid then I am able to search the first month i.e JAN then it navigate to next taxid instead of searching for next month
I am attaching screenshorts where URL navigate for first WIID then extract tax id
you have a wrong sequence of actions.
Reason, Type into and click on year is outside the loop.
Inside the loop is click month and download then your check and actions for found or not found
I am still facing issue , I have corrected the sequence as you said . Can you please share your xaml file so that I can come to know where I went wrong.
When I run my program individually it is running fine for all months but when I run my whole main.xaml it runs for one month Jan then it navigate URL to next WIID.