Search found 1482 matches

by Daniel, Tech Support
Mon Dec 12, 2011 10:30 pm
Forum: iMacros for Firefox
Topic: continue from certain script line
Replies: 17
Views: 10390

Re: continue from certain script line

well, I have figured out the reason, I guess: if there is some characters like ü, õ, ä, ö or ». then imacros dont accept it. Why do you think so? Did csv without these characters work? If so, try converting your csv to UTF-8. You can do this easily with Windows Notepad (select Save As and choose UT...
by Daniel, Tech Support
Mon Dec 12, 2011 10:28 pm
Forum: iMacros for Firefox
Topic: continue from certain script line
Replies: 17
Views: 10390

Re: continue from certain script line

Hi,

Before I start digging to deep, could you please tell me if multif.csv is stored in the right folder (imacros datasources)?

Best regards,
by Daniel, Tech Support
Mon Dec 12, 2011 10:23 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Yahoo notepad extraction
Replies: 28
Views: 24910

Re: Yahoo notepad extraction

Hi, That is what TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/blog/ADD-COMMENT ATTR=ID:body CONTENT=01 TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:addComment ATTR=NAME:create&&VALUE:Poster I was mistaken to indicate → RuntimeError: element * specified by ID:comment was not found, line: 1 (Error code: -921...
by Daniel, Tech Support
Mon Dec 12, 2011 10:21 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Yahoo notepad extraction
Replies: 28
Views: 24910

Re: Yahoo notepad extraction

Hi Ron, I tried what I thought you meant by this, but I have probably misunderstood. Do you mean: click on the link whose content I am trying to grab after the macro has bombed? Yes, but first hit the 'Record' button, so that the recording starts :). But make sure your original macro is saved under ...
by Daniel, Tech Support
Mon Dec 12, 2011 10:15 pm
Forum: Data Extraction and Web Screen Scraping
Topic: "TypeError: filename is null, line: 11 (Error code: -1001)"
Replies: 11
Views: 9488

Re: "TypeError: filename is null, line: 11 (Error code: -100

Hi, I can come up with a more complex solution than waiting x seconds, but this would take you some time to implement: Wait 5 seconds Assign the old extract to !VAR1 (SET !VAR1 {{!EXTRACT}}) Extract the new data Compare the !VAR and !EXTRACT with EVAL: http://wiki.imacros.net/EVAL and if results are...
by Daniel, Tech Support
Mon Dec 12, 2011 9:23 pm
Forum: iMacros for Firefox
Topic: Copying/reading data and pasting it into forms
Replies: 8
Views: 5284

Re: Copying/reading data and pasting it into forms

Hi Yves, It's a lot harderthen Java Oh no, I think Java is harder! :) SET !EXTRACT_TEST_POPUP NO - this is internal variable that tells iMacros not to show the extracted value in a popup. If you don't add it, the value will be shown in a popup, together with a tip on "SET !EXTRACT_TEST_POPUP NO...
by Daniel, Tech Support
Thu Dec 08, 2011 8:33 am
Forum: Data Extraction and Web Screen Scraping
Topic: "TypeError: filename is null, line: 11 (Error code: -1001)"
Replies: 11
Views: 9488

Re: "TypeError: filename is null, line: 11 (Error code: -100

Hi,

As a fast and simplest solution, would it make sense to simply add WAIT SECONDS=1 after each loop?

Best regards,
by Daniel, Tech Support
Thu Dec 08, 2011 8:28 am
Forum: iMacros for Firefox
Topic: Copying/reading data and pasting it into forms
Replies: 8
Views: 5284

Re: Copying/reading data and pasting it into forms

Hi Yves, Here is the macro: SET !EXTRACT_TEST_POPUP NO URL GOTO=http://www.random.org/ FRAME F=1 TAG POS=1 TYPE=INPUT:BUTTON ATTR=ID:true-random-integer-generator-button WAIT SECONDS=1 TAG POS=1 TYPE=SPAN ATTR=ID:true-random-integer-generator-result EXTRACT=TXTALL TAG POS=1 TYPE=INPUT:TEXT ATTR=ID:t...
by Daniel, Tech Support
Thu Dec 08, 2011 8:06 am
Forum: Data Extraction and Web Screen Scraping
Topic: If else conditions to load different macro depending on page
Replies: 3
Views: 2457

Re: If else conditions to load different macro depending on

acid307 wrote:how ever they do all have unique id's that I am assuming are driven by php depending on the content.
Hi,

Thanks for figuring this out! Could you please explain what are the IDs (IDs of what)? Are this IDs of some page elements? Could you post a macro line that extracts them?

Thanks,
by Daniel, Tech Support
Thu Dec 08, 2011 7:59 am
Forum: iMacros for Firefox
Topic: Marktplaats description
Replies: 22
Views: 20198

Re: Marktplaats description

Hi,

I'm very sorry for the delayed response! Unfortunately I don't use v6.9 anymore and I would recommend fixing v7 anyway.
Could you please tell me what is the error that you see when v7 crashes? Could you post a screen shot here? I'm sure we can get it fixed!

Best regards,
by Daniel, Tech Support
Thu Dec 08, 2011 7:56 am
Forum: iMacros for Chrome
Topic: iMacro doesn't record anything
Replies: 23
Views: 35113

Re: iMacro doesn't record anything

Hi,

No, not really:
If you give me a good reason why this is required, i.e. why can't you use mouse clicks to record your macro, then I might be able to get this feature request a higher priority, which means it might be added sooner than later.
Best regards,
by Daniel, Tech Support
Wed Dec 07, 2011 1:01 pm
Forum: iMacros for Firefox
Topic: How can I get the X & Y ?
Replies: 1
Views: 1236

Re: How can I get the X & Y ?

Hi,

You first need to locate the element which has the "Hello world" text with the TAG command and then you can use !TAGX and !TAGY variables to get the coordinates.

Best regards,
by Daniel, Tech Support
Wed Dec 07, 2011 12:59 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Yahoo notepad extraction
Replies: 28
Views: 24910

Re: Yahoo notepad extraction

Hi Ron, The macro doesn't work for me, probably because of my yahoo account settings. But here is a quick way to debug this: when you get the error, can you record a click on the link you want the macro to click and post here the resulting TAG command? Does it have a different type of id? Best regar...
by Daniel, Tech Support
Wed Dec 07, 2011 12:52 pm
Forum: Data Extraction and Web Screen Scraping
Topic: If else conditions to load different macro depending on page
Replies: 3
Views: 2457

Re: If else conditions to load different macro depending on

Hi,

Yes you're on the right path, I believe. This is the same route I would take: find something that makes each of this pages unique, check that and run different macros based on it. The only question is: can you locate something unique to each of these pages? Is URL always the same?

Best regards,
by Daniel, Tech Support
Wed Dec 07, 2011 12:49 pm
Forum: iMacros for Firefox
Topic: Copying/reading data and pasting it into forms
Replies: 8
Views: 5284

Re: Copying/reading data and pasting it into forms

Hi Yves, Thanks for your interest in iMacros! I would gladly help you to learn it better, but could you please come up with an example that wouldn't involve breaking captchas? We do respect the choice not to allow automation that some of the website owners make. Otherwise you're on the right path - ...