oemript Posted December 8, 2019 Posted December 8, 2019 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
Nine Posted December 8, 2019 Posted December 8, 2019 So what have you tried so far ? By now you should know that this would be the first question you'd get, right ? “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy
Developers Jos Posted December 8, 2019 Developers Posted December 8, 2019 just a reminder when it comes to showing effort: SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
oemript Posted December 9, 2019 Author Posted December 9, 2019 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^)
Moderators JLogan3o13 Posted December 9, 2019 Moderators Posted December 9, 2019 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. seadoggie01 1 "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!
junkew Posted December 10, 2019 Posted December 10, 2019 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 FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now