Search found 2 matches
- Wed Jan 23, 2019 2:11 pm
- Forum: Technical / Scripting
- Topic: IEGetTagByAttribut not working
- Replies: 3
- Views: 3220
Re: IEGetTagByAttribut not working
Interesting suggestion, thank-you. There are frames on the page. So if I understand this correctly, even if I've set focus to the browser, I still need to reference the URL for Macro Scheduler to skim over the html and look for the tag I want to access? There's no way to get MS to just skim over the...
- Tue Jan 22, 2019 4:41 pm
- Forum: Technical / Scripting
- Topic: IEGetTagByAttribut not working
- Replies: 3
- Views: 3220
IEGetTagByAttribut not working
I'm attempting to scrap a webpage with a progress bar that updates as I answer questions. The progress bar moves around depending on screen resolution (sometime I run this on a low-res laptop, sometimes my desktop with a 1080p screen) so using coordinates has been unsuccessful/inconsistent. The prog...