Search found 267 matches
- Wed Feb 17, 2010 10:29 pm
- Forum: General Support & Discussions
- Topic: Attach with Gmail
- Replies: 22
- Views: 11281
Re: Attach with Gmail
I recorded clicking in the iMacros File Upload box and got: ONERRORDIALOG BUTTON= CONTINUE=YES I couldn't record selecting a file and now I need help on what to do here. Is this the solution: SET !DATASOURCE iMacros_Uploader.csv Can I also copy the coresponding path name into the Subject field in ev...
- Wed Feb 17, 2010 9:50 pm
- Forum: General Support & Discussions
- Topic: IMAGECLICK help please!
- Replies: 11
- Views: 5056
Re: IMAGECLICK help please!
This is my macro: VERSION BUILD=6880125 URL GOTO=http://disney.go.com/index IMAGESEARCH POS=1 IMAGE=Characters<SP>Tab.bmp CONFIDENCE=80 ALGORITHM=B IMAGECLICK POS=1 IMAGE=Families.bmp CONFIDENCE=100 My macro works, but is pretty slow, so I want to know if adding the coordinates would make ...
- Tue Feb 16, 2010 9:44 pm
- Forum: General Support & Discussions
- Topic: IMAGECLICK help please!
- Replies: 11
- Views: 5056
Re: IMAGECLICK help please!
I'm confused, I want iMacros to click on "Familes" when it and 'Characters Tab" is recognized. In order for both images to completely load, I'll add a WAIT statement. The following macro isn't quite all that I need, so please help: VERSION BUILD=6880125 TAB T=1 TAB CLOSEALLOTHERS URL GO...
- Mon Feb 15, 2010 5:00 pm
- Forum: General Support & Discussions
- Topic: Attach with Gmail
- Replies: 22
- Views: 11281
Re: Attach with Gmail
I've found the 'Attach a file' coordinates using DS! Now I just need to know how to make sure to click the button in the correct window: IFU.PNG and if IMacros will wait while I select a file and click OK. I suggest that new versions of the iMacros browser feature the sidebar to be more expandable, ...
- Mon Feb 15, 2010 12:02 am
- Forum: General Support & Discussions
- Topic: With free iMacros software, can I use macros made with SE?
- Replies: 1
- Views: 597
With free iMacros software, can I use macros made with SE?
What I want is conditional statement with a macro and I'm not sure if free iMacros can handle it.
- Sat Feb 13, 2010 12:24 am
- Forum: General Support & Discussions
- Topic: Attach with Gmail
- Replies: 22
- Views: 11281
Re: Attach with Gmail
View Source only gives me: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head></head><body><div></div></body></html> This is my macro: VERSION BUILD=6851105 TAB T=1 TAB CLOSEALLOTHERS URL GOTO=https://mail.google.com/mail...
- Fri Feb 12, 2010 4:48 pm
- Forum: General Support & Discussions
- Topic: Attach with Gmail
- Replies: 22
- Views: 11281
Re: Attach with Gmail
If you meant the source code, then how do I access it with iMacro's browser. With the source code, can you write that line of macro code because I don't know how to read through source code?Daniel, iOpus wrote: Check the html in iMacros Browser.
- Thu Feb 11, 2010 2:02 pm
- Forum: General Support & Discussions
- Topic: Attach with Gmail
- Replies: 22
- Views: 11281
Re: Attach with Gmail
I'm using the iMacros browser and just didn't know how to get make the 'Attach' line of code. Another reason I switched to relative positioning is that I can use HTML macros made in Firefox, but I can't make them in iMacros Browser.
- Wed Feb 10, 2010 11:55 pm
- Forum: General Support & Discussions
- Topic: Attach with Gmail
- Replies: 22
- Views: 11281
Re: Attach with Gmail
TAG POS=1 TYPE=SPAN ATTR=ID::k4 DS isn't very accurate with me, so I'll use relative positioning This is the line that I get in Firefox, but wont work in IIM browser: TAG POS=1 TYPE=EMBED ATTR=HEIGHT:100%&&WIDTH:100%&&FLASHVARS:alpha=0&apiId=5&&WMODE:transparent&&ALLOWSCRIPTACCESS:always&&QUALITY:h...
- Wed Feb 10, 2010 9:29 pm
- Forum: General Support & Discussions
- Topic: IIM file format question!
- Replies: 1
- Views: 1122
IIM file format question!
I copied a macro from Firefox to past it into a macro of the iMacros browser. Upon clicking on it in IIM brower, I got this error: Currently only iMacros for Firefox supports macros in Unicode format. Please use ASCII (normal text) format with the iMacros Browser. (Error code: -204) I tried to solve...
- Wed Feb 10, 2010 4:02 pm
- Forum: General Support & Discussions
- Topic: IMAGECLICK help please!
- Replies: 11
- Views: 5056
Re: IMAGECLICK help please!
The other part of the macro is to only click 'Families' when the character tab is recognized, i.e. ,as in my first post.
- Wed Feb 10, 2010 12:23 am
- Forum: General Support & Discussions
- Topic: Attach with Gmail
- Replies: 22
- Views: 11281
Re: Attach with Gmail
Changing the name did eliminate that error, but now I get this: Error in Line 12: TYPE=INPUT:FILE FORM=NAME:frm_upload ATTR=NAME:uploaded_file (Error code: -301) And here's the new macro: VERSION BUILD=6851105 SIZE X=1292 Y=761 URL GOTO=https://mail.google.com/mail/?shva=1#inbox SIZE X...
- Tue Feb 09, 2010 11:25 pm
- Forum: General Support & Discussions
- Topic: IMAGECLICK help please!
- Replies: 11
- Views: 5056
Re: IMAGECLICK help please!
It's just not working for me. Can you recreate the issue of clicking on the Families Image?
- Tue Feb 09, 2010 2:24 pm
- Forum: General Support & Discussions
- Topic: Attach with Gmail
- Replies: 22
- Views: 11281
Re: Attach with Gmail
The words after the apostophe are the element names, not the text I want to enter. This is my macro: VERSION BUILD=6851105 SIZE X=1292 Y=761 URL GOTO=https://mail.google.com/mail/?shva=1#inbox SIZE X=1292 Y=761 FRAME F=4 'Compose DS CMD=CLICK X=77 Y=111 'New page loaded ...
- Mon Feb 08, 2010 9:39 pm
- Forum: General Support & Discussions
- Topic: Can I highlight website elements like I can with FF addon?
- Replies: 1
- Views: 630
Can I highlight website elements like I can with FF addon?
With the Firefox addon I'd find the option at Sidebar > Edit tab > Options > General tab > Visual Effects. I'm interested if the iMacros browser has this feature? How about Internet Explorers addon?