Search found 22 matches

by LaimisV
Mon Mar 30, 2015 11:23 am
Forum: iMacros for Firefox
Topic: Feature Requests & Bug Fix Requests. ADD YOURS!
Replies: 363
Views: 4581409

Re: Feature Requests & Bug Fix Requests. ADD YOURS!

Thanks, Tom. I very like recording feature on iMacros. You can make it a bit more powerful with these buttons. Hi LaimisV, Hi, Could you consider to add pause and comment buttons to REC tab? It will be useful when recording and editing macros. You can separate the code with comments (what is this pa...
by LaimisV
Mon Mar 23, 2015 4:07 pm
Forum: iMacros for Firefox
Topic: Feature Requests & Bug Fix Requests. ADD YOURS!
Replies: 363
Views: 4581409

Re: Feature Requests & Bug Fix Requests. ADD YOURS!

Hi,

Could you consider to add pause and comment buttons to REC tab? It will be useful when recording and editing macros. You can separate the code with comments (what is this part about), pause if needed and prepared much easier readable code for your analysis.
by LaimisV
Sun Sep 21, 2014 1:48 pm
Forum: iMacros for Firefox
Topic: How to TAG and copy HREF from facebook
Replies: 1
Views: 2054

Re: How to TAG and copy HREF from facebook

TAG POS={{!LOOP}} TYPE=DIV ATTR=CLASS:fsl<SP>fwb<SP>fcb EXTRACT=TXT
TAG POS=1 TYPE=A ATTR=TXT:{{!EXTRACT}} EXTRACT=HREF
by LaimisV
Sat Sep 20, 2014 1:47 pm
Forum: iMacros for Firefox
Topic: How to TAG and copy HREF from facebook
Replies: 1
Views: 2054

How to TAG and copy HREF from facebook

Hi, How to TAG and save HREF as variable from facebook? <td class="_51m- vTop hLeft pam"><div class="clearfix"><a class="_8o _8r lfloat _ohe" href="https://www.facebook.com/name.surname?fref=grp_mmbr_list" tabindex="0" aria-hidden="true" da...
by LaimisV
Wed Sep 25, 2013 3:20 am
Forum: iMacros for Firefox
Topic: Copy content from jsp
Replies: 4
Views: 3428

Re: Copy content from jsp

I have checked this macro : SAVEAS TYPE=CPL FOLDER=C:\temp FILE=test.htm Saved many files, but there is no important content of webtop. You can check about this product : https://www.google.lt/search?hl=lt&site=imghp&tbm=isch&source=hp&biw=1112&bih=996&q=Webgui%2FWebtop&o...
by LaimisV
Sun Aug 18, 2013 4:15 pm
Forum: iMacros for Firefox
Topic: Copy content from jsp
Replies: 4
Views: 3428

Re: Copy content from jsp

Thanks, but can you be more clarified ? When I checked properties of element in IE it shows "Hyper Text Transfer Protocol with Privacy". Inspector in FF shows that there are "*.js" files. I think SAVEAS function not working for js? Am I right ? Please note that I can't TAG elemen...
by LaimisV
Thu Jul 11, 2013 11:53 pm
Forum: iMacros for Firefox
Topic: Copy content from jsp
Replies: 4
Views: 3428

Copy content from jsp

Hi,

Is it possible to copy all content from jsp website ?

If i pressed just CTRL+A and CTRL+C it works, but how to automate it ?
by LaimisV
Fri Mar 29, 2013 8:38 am
Forum: iMacros for Firefox
Topic: div class Taging
Replies: 0
Views: 1115

div class Taging

Hi, Any ideas how to tag elements : <div class="context_item" item_id="b17a6963056456bb00f2601a9fa1e2da" label="true"> Filters <img class="context_item_menu_img" alt="Add" src="images/context_arrow.gifx"></img></div> OR <div class="con...
by LaimisV
Fri Mar 08, 2013 1:43 pm
Forum: iMacros for Firefox
Topic: Dynamic Website Content
Replies: 5
Views: 2659

Re: Dynamic Website Content

Thank you for direction. Sometimes I'm using JS EVAL commands in macros. I'll try to do this.
by LaimisV
Fri Mar 08, 2013 9:53 am
Forum: iMacros for Firefox
Topic: Dynamic Website Content
Replies: 5
Views: 2659

Re: Dynamic Website Content

Okey, Hannes.
I'm a bit confused with this task, but trying to read about regexp. How to get last entry/POS number ? Could you explain a little bit more ?

Thanks
by LaimisV
Thu Mar 07, 2013 3:22 pm
Forum: iMacros for Firefox
Topic: Dynamic Website Content
Replies: 5
Views: 2659

Re: Dynamic Website Content

This needed for opening random links. I have an example with POS={{!VAR1}} and EVAL random POS ID opening, but this works when we know how much entries/links will be showed. In this case I don't know. It is dynamic content.
by LaimisV
Thu Mar 07, 2013 3:12 pm
Forum: iMacros for Firefox
Topic: Dynamic Website Content
Replies: 5
Views: 2659

Dynamic Website Content

Hi,

Sometimes I want to realize website automation with dynamic content. For example: If we don't know, before opening website, how much entries will be showed. Is it possible to count it/ use it in POS={{!VAR1}}? And open last entry/all entries ?
by LaimisV
Thu Mar 07, 2013 2:55 pm
Forum: iMacros for Firefox
Topic: Firefox/Chrome not working JS error
Replies: 1
Views: 1400

Re: Firefox/Chrome not working JS error

It seems that operation completed successfully when I pressed button continue, but it's very laggy. I think there are problems with my windows.
by LaimisV
Thu Mar 07, 2013 1:36 pm
Forum: iMacros for Firefox
Topic: Firefox/Chrome not working JS error
Replies: 1
Views: 1400

Firefox/Chrome not working JS error

Hi, My firefox and chrome not working. I tried to reinstall browsers and restart windows 7. Versions : firefox 16, firefox 17, firefox 19 iMacros extension updated to the newest version. Here is the error : A script on this page may be busy, or it may have stopped responding. You can stop the script...
by LaimisV
Tue Feb 12, 2013 4:01 pm
Forum: iMacros for Firefox
Topic: External Variable
Replies: 0
Views: 1078

External Variable

Hi,

Is it possible to start .iim file with variable just from windows command prompt/ RUN ?
I imagine this like that :

"C:\Program Files\Mozilla Firefox\firefox.exe" imacros.iim variable

(and use this variable for VAR1 - EXTRACT)