imacros/ or mabe a bot

papasmurff

Newbie
Joined
Sep 27, 2013
Messages
2
Reaction score
0
hey guys, Im looking for a program that can submit forms and when a certain set of keywords pop up i need the program to snap a screenshot and save it in a folder???

i use imacros to submit the forms and when i need pops up i have to manually take the screenshot and save it.Im a noob... I know... maybe there is a way to tell imacros to copy certain responses after the form is submitted? I would really appreciate some help.

Thanks
 
try this for taking a screen shot and saving it:

SAVEAS TYPE=PNG FOLDER=C:\photos FILE={{!COL1}}.png


where {{!COL1}} is data drawn from a CSV file with the name of the screenie.
 
thanks man I added that line to my macro. Is there a command for only taking the screenshot when a certain set of words appears on the screen?
 
Back
Top