Search found 78 matches

by provoquestosito
Wed Aug 19, 2020 12:49 am
Forum: Data Extraction and Web Screen Scraping
Topic: Save a part of text extracted
Replies: 4
Views: 4447

Re: Save a part of text extracted

@chivracq You are an expert of imacros, I use few times imacros because i need automation in modern browser (Chrome and Firefox latest version) and now I switched to ui vision and the commands are different. Now it is easier for me to write a macro with ui vision selenium than with imacros that I ra...
by provoquestosito
Sat Aug 15, 2020 11:29 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Save a part of text extracted
Replies: 4
Views: 4447

Re: Save a part of text extracted

Thanks i used EVAL with split but need 2 commands, but works

Code: Select all

SET !EXTRACT EVAL ("var s='{{!EXTRACT}}'; s=s.split('/'); s[1];")
SET !EXTRACT EVAL ("var s='{{!EXTRACT}}'; s=s.split(' '); s[0];")

Thanks for suggestion.
by provoquestosito
Sat Aug 15, 2020 2:45 am
Forum: Data Extraction and Web Screen Scraping
Topic: Save a part of text extracted
Replies: 4
Views: 4447

Save a part of text extracted

Hi forum Firefox 56 Imacro 8.9.7 Windows 7 at 64 bit I extracted a text with this tag TAG POS=1 TYPE=H5 ATTR=TXT:Must<SP>play<SP>for<SP>0:00/*<SP>minutes EXTRACT=TXT It save in EXTRACT Must play for 0:00/2:00<SP>minutes or Must play for 0:00/2:50<SP>minutes or Must play for 0:00/3:30<SP>minutes Now ...
by provoquestosito
Sat Sep 28, 2019 4:56 pm
Forum: iMacros for Firefox
Topic: Run in automatically a macro iim with loop
Replies: 8
Views: 7164

Re: Run in automatically a macro iim with loop

Hi to all

Actually i never find any solution different create a js macro.

I'm not interested solution in pure iim but solution saved in a iim file (not .js macro).

Any suggestion was appreciated.
by provoquestosito
Mon Sep 23, 2019 3:03 pm
Forum: iMacros for Firefox
Topic: Conditional pause with extraction how ?
Replies: 8
Views: 7065

Re: Conditional pause with extraction how ?

Thanks @chivracq you are Great !
by provoquestosito
Sun Sep 22, 2019 5:37 pm
Forum: iMacros for Firefox
Topic: Run in automatically a macro iim with loop
Replies: 8
Views: 7164

Run in automatically a macro iim with loop

Hi It's possibile to run a macro in iim with a loop ? Now i manually add the loop number and click manually the button to start the loop. Exist a solution to run in automatically 10 times a macro in pure iim ? in javascript I can create a loop but i prefer iim because it's more stable. When i run a ...
by provoquestosito
Sun Sep 22, 2019 5:31 pm
Forum: iMacros for Firefox
Topic: Conditional pause with extraction how ?
Replies: 8
Views: 7065

Re: Conditional pause with extraction how ?

Thanks for the suggestion of the page with the various macros commands I will study it calmly, thank you again
by provoquestosito
Sun Sep 22, 2019 2:03 pm
Forum: iMacros for Firefox
Topic: Conditional pause with extraction how ?
Replies: 8
Views: 7065

Re: Conditional pause with extraction how ?

@chivracq

Thank you for explaining to me the command '!SINGLESTEP'

I didn't know it is really great to create breaks with the condition, there are always new things to learn.
by provoquestosito
Sat Sep 21, 2019 10:11 pm
Forum: iMacros for Firefox
Topic: Conditional pause with extraction how ?
Replies: 8
Views: 7065

Re: Conditional pause with extraction how ?

Hi @chivracq Thanks for your suggestion i solved with this code TAG POS=1 TYPE=B ATTR=TXT:Are<SP>TEXT-TO-CHECK EXTRACT=TXT SET !VAR1 EVAL("if (\"{{!EXTRACT}}\" == \"TEXT-TO-CHECK\") {var s = 'https://actions.google.com/sounds/v1/alarms/alarm_clock.ogg';} else {var s = \"...
by provoquestosito
Sat Sep 21, 2019 8:50 pm
Forum: iMacros for Firefox
Topic: Conditional pause with extraction how ?
Replies: 8
Views: 7065

Conditional pause with extraction how ?

Firefox 56 imacros 8.9.7 windows 7 With pure iim macro it's possible create a macro that extract and when extract a particular value set in pause the macro otherwise continue ? If i made a login and sometimes there is captcha i try to extract box of captcha, when the macro find box of captcha pause ...
by provoquestosito
Wed Sep 18, 2019 3:16 pm
Forum: iMacros for Firefox
Topic: Macro to close tab 2 only if it is opened otherwise do not closed tabs
Replies: 20
Views: 20206

Re: Macro to close tab 2 only if it is opened otherwise do not closed tabs

Stop spaming waterfox is a poor browser incompatible even with webexstensions (already tried and uninstalled immediately waterfox reallybad). Are you paid by someone to spam waterfox in forums? I think so. Use quantum firefox is 300% faster of other browsers and very secure. I use Firefox quantum an...
by provoquestosito
Tue Sep 17, 2019 8:15 pm
Forum: iMacros for Firefox
Topic: Macro to close tab 2 only if it is opened otherwise do not closed tabs
Replies: 20
Views: 20206

Re: Macro to close tab 2 only if it is opened otherwise do not closed tabs

For my opinion firefox quantum is excellent, the best browser in the world. I do not find any reason to not use firefox quantum with awesome addons (really awesome look it in mozilla site). You create old and easy macro and can work with old imacros (deprecated in 2019), I need advanced and modern b...
by provoquestosito
Tue Sep 17, 2019 3:45 pm
Forum: iMacros for Firefox
Topic: Macro to close tab 2 only if it is opened otherwise do not closed tabs
Replies: 20
Views: 20206

Re: Macro to close tab 2 only if it is opened otherwise do not closed tabs

Kantu javascript is unlimited is wrong write "no multiple js lines" you can add all code in 1 line and working like a charm. Waterfox is a old generation browser, slow and with low performance, firefox Quantum with addons is very fast and secure. There are thousands of addons for Firefox q...
by provoquestosito
Tue Sep 17, 2019 1:18 pm
Forum: iMacros for Firefox
Topic: Macro to close tab 2 only if it is opened otherwise do not closed tabs
Replies: 20
Views: 20206

Re: Macro to close tab 2 only if it is opened otherwise do not closed tabs

Hi @avatarthecoder2012 There are no automations that Can make Imacros and not kantu instead there are automations that can only do Kantu thanks to the special xtype and Xclick commands that work in 100% of sites also flash and html5. Kantu has all the same commands as Imacros plus numerous others an...