Referring to following link, I would like to know on how to retrieve the text using AutoIT.
#include <IE.au3>
; Create a constant variable in Local scope of the filepath that will be read/written to.
; Local Const $sFilePath = _WinAPI_GetTempFileName(@TempDir)
Local $oIE = _IECreate("https://www.barchart.com/stocks/quotes/AA/options?expiration=2020-01-10")
How to locate "Call Open Interest Total" and retrieve 44?
How to locate "Put Open Interest Tota