i am facing this isue.i have clicking on monthly, in year 2023 i have clicking some months are comming in under. i can extracting data each month. after i will go to next year at same process . so plese give ,me pattern flow.
hi,
already i have try itbut not working
Hi @Venky_Mama ,
Could you please provide the website from which you want to get the data?
Regards,
Vinit Mhatre
plese give the flow how to handle this type of proboems. what activity use
Hello Venky,
I found a solution for you please follow the following steps:
- Open Browser: Open the web application where you need to extract data.
- Navigate to Year 2023: Use activities like ‘Click’ or ‘Navigate To’ to navigate to the year 2023.
- Loop through Months:
- Use a ‘For Each’ loop activity to iterate through each month in the year 2023.
- Inside the loop:
- Click on the link for the current month.
- Extract data for that month.
- Move to the next month in the loop.
- Navigate to Next Year (2024): Once all months in 2023 are processed, navigate to the year 2024.
- Repeat Steps 3-4 for Year 2024 and subsequent years: Repeat the process of looping through months and navigating to the next year until you reach the desired end year.
Here’s a more detailed breakdown:
- Open Browser:
- Use the ‘Open Browser’ activity to open the web application.
- Navigate to Year 2023:
- Use appropriate activities to navigate to the year 2023.
- Loop through Months:
- Use a ‘For Each’ loop activity to iterate through a list of months (January to December).
- Inside the loop:
- Click on the link corresponding to the current month.
- Extract data for that month.
- Move to the next month in the loop.
- Navigate to Next Year (2024):
- Use appropriate activities to navigate to the year 2024.
- Repeat Steps 3-4 for subsequent years:
- Repeat the process of looping through months and navigating to the next year until you reach the desired end year.
If any doubt regarding, please let me know.
Please let me know if my suggestion resolves your issue.
Thank you ![]()
Happy Automation!!
Hi @Venky_Mama ,
Year Selector :
Year is variable and you can pass value for it
"<webctrl aaname="+Year+" tag='A' type='' class='styles_navLink__urCFj styles_bold__eE6qy' check:innerText='"+Year+"' />"
Months selector :
Month is variable and you can pass value for it
"<webctrl aaname='• "+Month+"' tag='A' type='' class='styles_navLink__urCFj styles_bold__eE6qy' check:innerText='• "+Month+"' />"
