Search found 11 matches

by almodoen
Thu Oct 18, 2018 5:40 am
Forum: General Support & Discussions
Topic: Very Important Suggestions .. !!!
Replies: 2
Views: 2603

Very Important Suggestions .. !!!

we need an option (feature) to wait a loaded page to be refreshed (by JS or whatever) and then continue the macro ! until it refresh it self ! and we specify how many times we need to wait .. some thing like: PWR (Page: Wait The Refresh) T (Times) = 1 (how many times , the Number of Refresh page to ...
by almodoen
Thu Oct 18, 2018 4:33 am
Forum: iMacros for Firefox
Topic: Can't GOTO moz-extension:// URLs !
Replies: 2
Views: 2613

Re: Can't GOTO moz-extension:// URLs !

Hum..., " my way, no good " I guess, but "your way, not better", I would think, ah-ah...! :shock: you was able to leave a reply to the solution URL instead of open old files (will never change anything) .. like i do (helps anybody without opposite) you insist on using the same w...
by almodoen
Wed Oct 17, 2018 5:13 pm
Forum: iMacros for Firefox
Topic: Can't GOTO moz-extension:// URLs !
Replies: 2
Views: 2613

Can't GOTO moz-extension:// URLs !

i can't Use GOTO Command for firefox extenions urls .. , it removes the two dots (:) and force it to use http:// before the moz-extension:// , we need a solution like make imacros go to any type of urls .. , what ever it is .. , i hope you understand , thx ..
by almodoen
Wed Sep 06, 2017 12:39 am
Forum: Data Extraction and Web Screen Scraping
Topic: Extract email but only if not a duplicate in my CVS file?
Replies: 13
Views: 10572

Re: Extract email but only if not a duplicate in my CVS file

Hi I am going nuts trying to figure out how to extract email from a website but only if that email isn't already in my CVS file. If the email is already there can I stop the iMacro and have it restart from the begging? To extract and save I'm using and it works: TAG POS=1 TYPE=P ATTR=CLASS:"te...
by almodoen
Wed Sep 06, 2017 12:33 am
Forum: iMacros for Firefox
Topic: Copy and Paste not working on all Sites?
Replies: 2
Views: 3214

Re: Copy and Paste not working on all Sites?

hi AWallxD , i see many errors in your script , firstly face book changing IDs of elements dynamically , so you can't rely on IDS for Facebook and you are using dinamic class "_42ft<sp>_4jy0<sp>_4jy6<sp>_4jy2<sp>selected<sp>_51sy" , dynamic means it's not const class it change every time y...
by almodoen
Wed Sep 06, 2017 12:04 am
Forum: iMacros for Firefox
Topic: V 9.0.3 multiprocess Firefox Problem
Replies: 5
Views: 8906

Re: Imacros 9.0.3 Firefox Bugs & problems , add yours

chivracq

you know what ? , i will change these things not for you but because it's the true thing , your way not good with the users , change it !
by almodoen
Tue Sep 05, 2017 11:54 pm
Forum: iMacros for Firefox
Topic: V 9.0.3 multiprocess Firefox Problem
Replies: 5
Views: 8906

Re: Imacros 9.0.3 Firefox Bugs & problems , add yours

chivracq What ?! , if you can't help me , just don't reply to give me lessons of how to use the forum ! , you can tell me these instructions after helping me , but you don't help me in this case , you just make a conversation and quarrel not good for me or to other users who read our comments to fin...
by almodoen
Tue Sep 05, 2017 10:09 pm
Forum: iMacros for Firefox
Topic: V 9.0.3 multiprocess Firefox Problem
Replies: 5
Views: 8906

Re: Imacros 9.0.3 Firefox Bugs & problems , add yours

my simple code is:

Code: Select all

    var y = window.content.document.getElementsByClassName('anything');
    alert(y);
the reasons to try this way:

http://forum.imacros.net/viewtopic.php?f=11&t=27916
by almodoen
Tue Sep 05, 2017 10:04 pm
Forum: iMacros for Firefox
Topic: iimGetLastExtract function , Problem & Suggest
Replies: 0
Views: 3202

iimGetLastExtract function , Problem & Suggest

The problem is that " iimGetLastExtract() " function has limit of length... it's just 10.500 Length , thats mean " YOU CAN'T Extract FULL PAGE HTML CONTENT AND MOVE IT TO JAVASCRIPT VARIABLE " to make your conditions and loops in Javascript , so i tried to Copy "Extracted Da...
by almodoen
Tue Sep 05, 2017 9:38 pm
Forum: iMacros for Firefox
Topic: V 9.0.3 multiprocess Firefox Problem
Replies: 5
Views: 8906

V 9.0.3 multiprocess Firefox Problem

the note under this Version is: Full support for Multi Process Firefox (e10s). actually it's not true we have same problem .. , error message: Error: Accessing content window is not supported in multiprocess Firefox, line 208 (Error code: -991). you have to fix it as soon as possible , very fast ple...