Jump to content

How to retrieve the text using AutoIT?


oemript
 Share

Recommended Posts

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 Total" and retrieve 35?

Does anyone have any suggestions?
Thanks in advance for any suggestions

 

OP.png

Link to comment
Share on other sites

If I want to scrape the text, but don't know on how to handle the text structure.

Do you have any suggestions on what kind of language it is and what kind of forum I should go?

Thanks, to everyone very much for any suggestions (^v^)

Link to comment
Share on other sites

  • Moderators

AutoIt can do what you're after, a simple forum search would show you countless posts around web automation.

As for the forum you need, I'm guessing something like Rent-A-Coder, and just pay someone to do it.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

Look at faq31 and show some output of the different spyingtools.  And as given above study examples from ie.udf and show your effort in attempts. Are you capable of locatibg and identifying other objects on that page. Do not start with the complex parts start easy with examples as are given for ie.udf

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...