Search found 267 matches

by LAPIII
Fri Jan 29, 2010 4:18 pm
Forum: iMacros for Firefox
Topic: Trouble with some drop down menus?
Replies: 29
Views: 13324

Re: Trouble with some drop down menus?

2) Yes, that's how the command looks like, but you should put it *before* any extraction. (And there is no need to add it twice So then, like this: VERSION BUILD=6311226 RECORDER=FX URL GOTO=https://www.webcosmo.com/Post/Post.aspx SET !EXTRACT_TEST_POPUP NO TAG POS=1 TYPE=SELECT FORM=NAME:aspnetFor...
by LAPIII
Thu Jan 28, 2010 11:23 pm
Forum: General Support & Discussions
Topic: Can I print just one frame?
Replies: 1
Views: 1229

Can I print just one frame?

This is what the wiki has to say about the subject but it is outdated, from http://wiki.imacros.net/PRINT:
If the page uses frames and you want to print only a specific frame then select this frame with WINCLICK first.
by LAPIII
Thu Jan 28, 2010 7:49 pm
Forum: iMacros for Firefox
Topic: Trouble with some drop down menus?
Replies: 29
Views: 13324

Re: Trouble with some drop down menus?

POPUP.PNG Doesn't the Command line refer to DOS & Scripting Interface require Scripting Edition? Would SET !EXTRACT_TEST_POPUP NO look like this in a macro: VERSION BUILD=6311226 RECORDER=FX URL GOTO=https://www.webcosmo.com/Post/Post.aspx TAG POS=1 TYPE=SELECT FORM=NAME:aspnetForm ATTR=ID:ctl0...
by LAPIII
Thu Jan 28, 2010 2:59 pm
Forum: General Support & Discussions
Topic: FILEDELETE
Replies: 9
Views: 5580

Re: FILEDELETE

An unrelated note, Ticket ID: FIV-300469 is not in my ticket list! Would you know why?
by LAPIII
Thu Jan 28, 2010 12:54 am
Forum: General Support & Discussions
Topic: FILEDELETE
Replies: 9
Views: 5580

Re: FILEDELETE

by LAPIII
Tue Jan 26, 2010 11:37 pm
Forum: General Support & Discussions
Topic: FILEDELETE
Replies: 9
Views: 5580

FILEDELETE

if I can delete one file at a time, why can't I delete files if their paths are in a CSV file?
by LAPIII
Tue Jan 26, 2010 4:55 pm
Forum: iMacros for Firefox
Topic: How to upload files?
Replies: 52
Views: 36846

Re: How to upload files?

Funny Thing, I just tried to open the file via Notepad with this path, Public > Public Documents > iMacros > datasources, and the folders empty, which is probably why I get the error: File to upload does not exist. Yet I do find it at that path: datasources.PNG In fact, I'm I'm having the same sort ...
by LAPIII
Mon Jan 25, 2010 7:01 pm
Forum: iMacros for Firefox
Topic: How to upload files?
Replies: 52
Views: 36846

Re: How to upload files?

Did you try changing the line-endings encoding? What would line end encodings look like? Please show me an example of one of my paths in the CSV file. I don't know what I could be doing wrong? I found out that the first problem was that I was I used WordPad which created {\*\generator Msftedit 5.41...
by LAPIII
Mon Jan 25, 2010 5:53 pm
Forum: General Support & Discussions
Topic: Image questions?
Replies: 42
Views: 27503

Re: Image questions?

LAPIII wrote:Please tell me why you couldn't recreate the issue because I think this may give me a clue to what's wrong (I saw the video twice more, but don't see why you can't recreate the issue).
by LAPIII
Mon Jan 25, 2010 6:27 am
Forum: General Support & Discussions
Topic: IMAGECLICK help please!
Replies: 11
Views: 8081

Re: IMAGECLICK help please!

Does anyone have another suggestion?
by LAPIII
Fri Jan 22, 2010 3:54 am
Forum: General Support & Discussions
Topic: IMAGECLICK help please!
Replies: 11
Views: 8081

IMAGECLICK help please!

At Disney.com, I want iMacros browser to recognize: Charaters Tab.png and click on: Families.PNG This is my macro: VERSION BUILD=6851105      SIZE X=1292 Y=761    URL GOTO=http://disney.go.com/index IMAGECLICK POS=1 IMAGE=Characters<SP>Tab.bmp CONFIDENCE=100 And this is the error I get: Image Search...
by LAPIII
Thu Jan 21, 2010 4:00 pm
Forum: iMacros for Firefox
Topic: How to upload files?
Replies: 52
Views: 36846

Re: How to upload files?

About my CSV file: I wrote to tech support and they said that that error may be the in the CSV file format . I tried #2-7, correctly I think, but I don't know how to use #1. Can you show me? "C:\Users\Advice Pro\Downloads\5rulesforvirtualization.pdf" "C:\Users\Advice Pro\Downloads\6 M...
by LAPIII
Wed Jan 20, 2010 11:43 pm
Forum: General Support & Discussions
Topic: Workaround to the Extraction Wizard?
Replies: 1
Views: 1325

Workaround to the Extraction Wizard?

Can't I use the EXTRACT Parameter without the Extraction Wizard? What are the limitations to the Extraction Wizard compared to the EXTRACT parameter?
by LAPIII
Wed Jan 20, 2010 11:39 pm
Forum: General Support & Discussions
Topic: How do I make sure a website completely loads?
Replies: 4
Views: 2676

Re: How do I make sure a website completely loads?

REFRESH isn't such a good solution here because it only:

Code: Select all

...(Reloads) current browser window. ... which causes all elements of the website to be reloaded from the webserver.
Quote from REFRESH In the wiki.