wilcostuart wrote:i wanna save some captcha's with a macro.
One captcha example with website in imacros from you is really helpful.
wilcostuart wrote:normally i use this
- Code: Select all
ONDOWNLOAD FOLDER=C:\leukeplaatjes FILE={{!var2}}.jpg WAIT=YES
TAG POS=2 TYPE=IMG FORM=NAME:NoFormName ATTR=SRC:* CONTENT=EVENT:SAVEPICTUREAS
but when he saved it it is saving it in .php format.
Try
ONDOWNLOAD FOLDER=C:\leukeplaatjes FILE=test.jpg WAIT=YES without your variable as test.
Because your example is incomplete.
wilcostuart wrote:How can i overrule that and make it .jpg ??
You can try it with "
EVENT:SAVE_ELEMENT_SCREENSHOT" like "
TAG POS=2 TYPE=IMG FORM=NAME:NoFormName ATTR=SRC:* CONTENT=EVENT:SAVE_ELEMENT_SCREENSHOT"
wilcostuart wrote:i use i macro for firefox.
thnx alot for the help.
Which website and imacros for firefox version? I think it's important because I have no problem with iMacros for Firefox v8.9.7 with ".php" in the website url.