Search found 12 matches

by 23ohagan
Sun Apr 03, 2016 1:28 pm
Forum: Technical / Scripting
Topic: Download webpage image
Replies: 4
Views: 6083

Re: Download webpage image

How would you go about downloading (GET) an image that is a popup (not stored on the site you are currently on? For example, say I am at url http://www.siteiamvisiting.com and a pop up appears and I want to downlonload the image on that pop up, but the image is from http://www.theimageishere.com/r=(...
by 23ohagan
Sun Apr 03, 2016 2:22 am
Forum: Technical / Scripting
Topic: Download webpage image
Replies: 4
Views: 6083

Re: Download webpage image

A snippet to retrieve the Macro Scheduler logo. HTTPRequest>https://www.mjtnet.com/images/macroscheduler_logo.png,%desktop_dir%\macroscheduler_logo.png,GET,,,,,, Is the GET,,,,,,,,,, suppose to be like that or is something suppose to go there . . I feel silly. I found it in the help files. Thanks
by 23ohagan
Sun Apr 03, 2016 12:41 am
Forum: Technical / Scripting
Topic: MS14 script + javascript?
Replies: 1
Views: 2514

MS14 script + javascript?

I have a Macro Scheduler 14 script. I would like to run a javascript file after the MS14 has found a specific image. Anyone know what command/script I need to execute the javascript?

Thank you
by 23ohagan
Sun Apr 03, 2016 12:17 am
Forum: Technical / Scripting
Topic: extract txt & paste into search -
Replies: 3
Views: 6012

Re: extract txt & paste into search - WILL PAY $10 FOR SCRI

Can you be a bit more explicit about the help you need. I'm afraid to say this, but I think it's unlikely that anyone here is going to write a complete script for $10. Offering money for solutions here is unusual. But we are willing to offer specific help. You already seem to have the code for pull...
by 23ohagan
Thu Mar 31, 2016 12:39 am
Forum: Technical / Scripting
Topic: extract txt & paste into search -
Replies: 3
Views: 6012

Re: extract txt & paste into search - WILL PAY $10 FOR SCRI

Can you be a bit more explicit about the help you need. I'm afraid to say this, but I think it's unlikely that anyone here is going to write a complete script for $10. Offering money for solutions here is unusual. But we are willing to offer specific help. You already seem to have the code for pull...
by 23ohagan
Wed Mar 23, 2016 11:02 am
Forum: Enhancement Suggestions
Topic: relative coordinates
Replies: 20
Views: 35916

Re: relative coordinates

Grovkillen wrote:You could try to use PhantomJS.
Thank you, I will check it out!
by 23ohagan
Wed Mar 23, 2016 11:01 am
Forum: Enhancement Suggestions
Topic: relative coordinates
Replies: 20
Views: 35916

Re: relative coordinates

Marcus Tettmar wrote:You still need to do Page Down because the image you are finding has to be visible.

NOTHING will get you an image of the part of the page not on the screen.

Just keep doing your page down and repeat ....

Thank you Marcus.
by 23ohagan
Wed Mar 23, 2016 1:10 am
Forum: Technical / Scripting
Topic: MS14 + HTTP Post -
Replies: 0
Views: 5526

MS14 + HTTP Post -

I am using MS 14, Windows 7 and Google Chrome. I play online games, etc. The new reCaptcha 2.0, where you have to select all the street signs or all of the trees, is a pain in my butt when trying to go through several pages, especially when trying to run it "unattended" by using Macro Scheduler! A f...
by 23ohagan
Thu Mar 17, 2016 3:47 pm
Forum: Technical / Scripting
Topic: extract txt & paste into search -
Replies: 3
Views: 6012

extract txt & paste into search -

Good Afternoon! I am a newbie trying to learn the ropes.. but this one has me going crazy! I will gladly pay $10 paypal to the first person to give me a working script or my deepest gratitude to anyone willing to help me learn by examples... Using: * MS 14.2.07 * Windows 7 Professional * Chrome brow...
by 23ohagan
Tue Feb 09, 2016 9:11 pm
Forum: Enhancement Suggestions
Topic: relative coordinates
Replies: 20
Views: 35916

Re: relative coordinates

I am using MS 14.2.05 ..... I'm learning, bare with me please. Ok.. so I have a page and I want MS to look down the entire length of that page to look for an image, not just what's visible.... I would use GetScreenRes>w,h ScreenCapture>0,0,w,h,filename before my findimage code? Can anyone give me a ...
by 23ohagan
Tue Feb 09, 2016 7:26 pm
Forum: Technical / Scripting
Topic: Trouble creating If Statements involving Image Recognition
Replies: 10
Views: 23217

Re: Trouble creating If Statements involving Image Recogniti

...If>NumFound1>0 Let>k=-1 Repeat>k Let>k=k+1 //click on it MouseMove>XArr_%k%,YArr_%k% LCLick... IT WORKED! IT WORKED!! And thank you for explaining it as well as your suggested code. I think I now understand.. I think. EDITED... I spoke too soon. It found the first "join" and then continued to cl...
by 23ohagan
Tue Feb 09, 2016 6:48 pm
Forum: Technical / Scripting
Topic: Trouble creating If Statements involving Image Recognition
Replies: 10
Views: 23217

Re: Trouble creating If Statements involving Image Recogniti

I am trying to follow the above instructions but I am doing something wrong, as I keep getting a message say "Invalid Numeric Value for MouseMove command" I'm sure its something simple, but I can't figure it out.. so alas after 4 days I am seeking assistance. Here is my exact code: //Find and Left C...
Sign up to our newsletter for free automation tips, tricks & discounts