on the website I have to select a specific time duration from the drop down menu as shown in the attached picture. need to automate it using python script. I am having a script in which I need to add this one thing to make the script perfectly customize. kindly help. below are the some info from the website highlighting the options.
button id="duration" type="button" class="Blockreact__Block-sc-1xf18x6-0 Buttonreact__StyledButton-sc-glfma3-0 OKxo hJoTEY" aria-expanded="false" style="font-weight: 500; width: 100%;"
div aria-hidden="true" class="Blockreact__Block-sc-1xf18x6-0 Flexreact__Flex-sc-1twd32i-0 cwzTQS jYqxGr"
i value="calendar_today" size="24" class="Iconreact__Icon-sc-1gugx8q-0 irnoQt material-icons">calendar_today</i></div
div class="Overflowreact__OverflowContainer-sc-7qr9y8-0 jPSCbX" tabindex="-1">7 days</div></button
the purpose over here is to change 7 days to 1 month using python script
