Search found 267 matches
- Mon Feb 08, 2010 9:17 pm
- Forum: General Support & Discussions
- Topic: Attach with Gmail
- Replies: 22
- Views: 11281
Re: Attach with Gmail
The words after the apostrophes, can I just move them to the appropriate DS line as a CONTENT parameter? [/list] And, I think I'll just use one macro to login and another in a loop to click compose, fill To & Subject fields, attach and send. How does this look: VERSION BUILD=6851105 SIZE X=129...
- Sun Feb 07, 2010 2:16 pm
- Forum: iMacros for Firefox
- Topic: Within the sidebar, can I move a macro in a folder?
- Replies: 10
- Views: 2432
Re: Within the sidebar, can I move a macro in a folder?
Is your version of Firefox 3.5.7 and iMacros addon 6.5.0.0? Is your operating system Windows? I know that the Mac version of Firefox is slightly different.
- Sat Feb 06, 2010 2:01 pm
- Forum: iMacros for Firefox
- Topic: Within the sidebar, can I move a macro in a folder?
- Replies: 10
- Views: 2432
Re: Within the sidebar, can I move a macro in a folder?
I hope you understand that you have to click & drag a macro to a folder icon, like so:
And not dragged to someplace in the list of macros, which shows a circle with a diagonal line through it.- Fri Feb 05, 2010 7:06 pm
- Forum: General Support & Discussions
- Topic: IIM browser error!
- Replies: 3
- Views: 1116
Re: IIM browser error!
I was using iMacros browser version 6.85 trial and I was recording in the body area of the Gmail composition window. I stopped the recording and recorded the same thing again with no error. By the way, I need this answered: Attach with Gmail.
- Fri Feb 05, 2010 6:47 pm
- Forum: General Support & Discussions
- Topic: Attach with Gmail
- Replies: 22
- Views: 11281
Attach with Gmail
I want to loop an upload of every single file of the path in a CSV file: SET !DATASOURCE iMacros<SP>Uploader.csv SET !DATASOURCE_COLUMNS 1 SET !LOOP 2 SET !DATASOURCE_LINE {{!LOOP}} TAG POS=1 TYPE=INPUT:FILE FORM=NAME:frm_upload ATTR=NAME:uploaded_file CONTENT={{!COL1}} TAG POS=1 TYPE=TEXTAREA FORM=...
- Fri Feb 05, 2010 5:27 pm
- Forum: iMacros for Firefox
- Topic: Within the sidebar, can I move a macro in a folder?
- Replies: 10
- Views: 2432
- Fri Feb 05, 2010 2:32 pm
- Forum: General Support & Discussions
- Topic: IIM browser error!
- Replies: 3
- Views: 1116
IIM browser error!
What is this:
- Fri Feb 05, 2010 2:22 pm
- Forum: iMacros for Firefox
- Topic: Within the sidebar, can I move a macro in a folder?
- Replies: 10
- Views: 2432
Re: Within the sidebar, can I move a macro in a folder?
I see how that is now, I though I could move the position.
- Thu Feb 04, 2010 5:18 pm
- Forum: iMacros for Firefox
- Topic: Within the sidebar, can I move a macro in a folder?
- Replies: 10
- Views: 2432
Within the sidebar, can I move a macro in a folder?
My workaround is to move the files from their folder in C:\Documents\iMacros\Macros back to Macros, but is there another workaround besides simply copying the macros from their folder in the sidebar, pasting elsewhere, to then copy and paste into a new macro or iim file?
- Thu Feb 04, 2010 3:50 pm
- Forum: General Support & Discussions
- Topic: IMAGECLICK help please!
- Replies: 11
- Views: 5056
Re: IMAGECLICK help please!
I fixed the name of the image in its folder, but I now get this error: Could not find image in browser screen, Image Name C:\Users\Public\Documents\iMacros\Datasources\Characters Tab.bmp (Error code: -605) I think it would help if I put in the coordinates for the images: Characters Tab X=497 Y=48 Fa...
- Wed Feb 03, 2010 4:54 pm
- Forum: General Support & Discussions
- Topic: Pop-Up Question!
- Replies: 3
- Views: 1464
Re: Pop-Up Question!
Yeah, thanks!
- Wed Feb 03, 2010 2:08 pm
- Forum: General Support & Discussions
- Topic: Can iMacros find a word on a randomly generated webpage?
- Replies: 1
- Views: 700
Can iMacros find a word on a randomly generated webpage?
That is, without having to predefine the location as with Text Checkpoints or Keyword Vertification by Extracting Text.
- Tue Feb 02, 2010 6:58 pm
- Forum: General Support & Discussions
- Topic: Pop-Up Question!
- Replies: 3
- Views: 1464
Pop-Up Question!
At this URL, https://www36.verizon.com/fiostv/web/signin.aspx, I get the following popup: VerizonPopup.PNG After the last tag of this macro: VERSION BUILD=6500125 RECORDER=FX URL GOTO=https://www36.verizon.com/fiostv/web/signin.aspx?redir=SSO&err=1011 TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:aspnetForm A...
- Tue Feb 02, 2010 9:16 am
- Forum: General Support & Discussions
- Topic: FILEDELETE
- Replies: 9
- Views: 3357
Re: FILEDELETE
I tried this macro: VERSION BUILD=6851105 SIZE X=1292 Y=761 URL GOTO=http://disney.go.com/index IMAGECLICK POS=1 IMAGE=Charaters<SP>Tab.bmp CONFIDENCE=100 DS CMD=CLICK X={{!IMAGEX}} Y={{!IMAGEY}} And got this error: Could not find image in browser screen, Image Name C:\Users\Public\Documents\iMacros...
- Fri Jan 29, 2010 4:35 pm
- Forum: General Support & Discussions
- Topic: FILEDELETE
- Replies: 9
- Views: 3357
Re: FILEDELETE
There wasn't a location problem at all, just coding errors. I fixed my first macro, the upload script, but I still can't get my image one to work.I wanted the iMacros Browser to recognize: Charaters Tab.png And then click on: Families.PNG I tried this IMAGECLICK macro: VERSION BUILD=6851105 SIZE X=1...