I'm looking to navigate to a page that doesn't have a direct URL.
If you go to https://www.nasdaq.com/market-activity/stocks/tsla/option-chain and then set the month to May 2020 and the date to 05/08/2020, you will see the URL does not change.
Is there any way for me to use beautifulSoup to get the data for that particular date?
Thanks