Hey guys,
Just wondering what versions of Macro Scheduler support Windows 10.
Is there anything special I need to know about using macro scheduler with windows 10? We just upgraded from windows 7 to windows 10.
Thanks!
Search found 15 matches
- Wed Jun 15, 2016 2:53 pm
- Forum: Technical / Scripting
- Topic: Windows 10?
- Replies: 9
- Views: 14138
- Mon Jul 20, 2015 5:53 pm
- Forum: Technical / Scripting
- Topic: Download webpage image
- Replies: 4
- Views: 6523
Download webpage image
Does someone have a code snipet I can use to download an image on a webpage? I'm not looking to capture it, but actually download the image itself.
Thanks!
Thanks!
- Fri Jun 26, 2015 10:46 pm
- Forum: Technical / Scripting
- Topic: Captcha Management
- Replies: 1
- Views: 2679
Re: Captcha Management
I've decided to use the Death by Captcha service.
This has a command line tool so it should be fairly easy to integrate, captcha's are sent to 3rd party service, human types in what they see, you pay about $1.40 for every 1000 of them.
This has a command line tool so it should be fairly easy to integrate, captcha's are sent to 3rd party service, human types in what they see, you pay about $1.40 for every 1000 of them.
- Thu Jun 25, 2015 10:34 pm
- Forum: Technical / Scripting
- Topic: Captcha Management
- Replies: 1
- Views: 2679
Captcha Management
I've been asked to work through a Captcha form for a client. How would you recommend entering/ evading / etc the captcha? Thanks. I'm currently reviewing the products listed here: http://scraping.pro/8-best-captcha-solving-services-and-tools/ It is worth noting that most javascript captcha's can be ...
- Mon Nov 05, 2012 9:49 pm
- Forum: Beginners
- Topic: WebRecorder error on webpage
- Replies: 6
- Views: 9140
Web Recorder
you'll also need to make sure you have the imports directory and the IEAUTO.dll and IEAuto.ini in the directory.
best of luck.
best of luck.
- Mon Nov 05, 2012 9:47 pm
- Forum: Technical / Scripting
- Topic: Compiled Web Recorder EXE's
- Replies: 4
- Views: 6658
Got it
Looks like you also need to include the .ini that is in the imports file in the scripts directory.
Then things worked as expected.
Then things worked as expected.
- Mon Nov 05, 2012 9:32 pm
- Forum: Technical / Scripting
- Topic: Compiled Web Recorder EXE's
- Replies: 4
- Views: 6658
imports
I found something that said that the dll's need to be in a folder labeled "imports" in the same directory as the .EXE.
and that sometimes the product doesn't respond to normal comands, and you have to use the library commands.
Can anyone comment on those?
and that sometimes the product doesn't respond to normal comands, and you have to use the library commands.
Can anyone comment on those?
- Mon Nov 05, 2012 9:30 pm
- Forum: Beginners
- Topic: WebRecorder error on webpage
- Replies: 6
- Views: 9140
WebRecorder
I don't know what IE Versions have what.
Make sure that protected mode is off (if it has it)
and that you have enabled programatic browsing.
Make sure that protected mode is off (if it has it)
and that you have enabled programatic browsing.
- Mon Nov 05, 2012 9:07 pm
- Forum: Technical / Scripting
- Topic: Compiled Web Recorder EXE's
- Replies: 4
- Views: 6658
Compiled Web Recorder EXE's
So I've been trying to test out the compile feature a little bit, something I've never used much before. And I'm struggling to run a webrecorder exe. I've copied over a couple of the .dll's and made sure the other computer had protected mode off and enabled scripted web browsing. What else could I b...
- Mon Nov 05, 2012 7:49 pm
- Forum: Technical / Scripting
- Topic: Webrecorder question
- Replies: 2
- Views: 3483
Ugg
I don't use Webrecorder but I know a lot about html, javascript and css. Iframes are used to display content from a different website or webpage. You have to load the pages displayed inside iframes separately to see what's displayed in them. For example some of the content you see at http://www.asb...
- Fri Nov 02, 2012 11:49 pm
- Forum: Technical / Scripting
- Topic: Webrecorder question
- Replies: 2
- Views: 3483
Webrecorder question
I've got a webrecorder question again. Just finally getting back to my project. I'm using the code below to try and pull information from the webpage, ideally all the text or even html that is in iframe 10 of the http://www.asba.com/search/newsearch.asp webpage. However, it doesn't appear that I'm "...
- Mon Sep 24, 2012 6:23 pm
- Forum: Beginners
- Topic: Webrecorder Newbie!
- Replies: 5
- Views: 8168
The dirt on Protected mode
Based on the link below, and specifically the text below the link, if I am understanding correctly, if IE opens in protected mode, and then you move to an unprotected site, it actually reopens IE. This explains why it is erroring out, it is opening in protected mode, and then navigating to an unprot...
- Mon Sep 24, 2012 4:28 pm
- Forum: Beginners
- Topic: Webrecorder Newbie!
- Replies: 5
- Views: 8168
Internet Explorer Zone Issue!
So, I did a little testing, and it appears that even though I've setup the website in the "trusted" zone, it is still using the internet settings. I have determined this by toggling the protected mode off of the internet zone, and suddenly all the code works for me. However, It was always my underst...
- Mon Sep 24, 2012 4:05 pm
- Forum: Beginners
- Topic: Webrecorder Newbie!
- Replies: 5
- Views: 8168
Head scratcher
Ok,
So then it appears that the code is functioning properly, but that I've got a rogue setting somewhere that is causing the problem.
I'll try checking that out this morning.
-OS
So then it appears that the code is functioning properly, but that I've got a rogue setting somewhere that is causing the problem.
I'll try checking that out this morning.
-OS
- Sat Sep 22, 2012 1:12 am
- Forum: Beginners
- Topic: Webrecorder Newbie!
- Replies: 5
- Views: 8168
Webrecorder Newbie!
I've been trying to do a little web scraping, to create myself a listing of small businesses off of the local small business association. I've been unable to figure out why this code is not pulling down some text. I'm using windows 7 and IE 9. I've setup http://*.asba.com as a trusted site, and conf...