I am trying to get option data from BarChart.com with the following code:-
session = StartWebSession["Chrome"];
WebExecute[session,OpenPage" ->"https://www.barchart.com/stocks/quotes/AAPL/options"];
WebExecute[session, "ClickElement" -> {"CSSSelector", "select.ng-pristine"}]
And I have difficulty to change the expiry date. With the above code, I can click the expiry but not being able to move to next expiry. How can I do this properly ?