Search found 7 matches

by pranto1902
Fri Dec 14, 2018 7:29 am
Forum: General Support & Discussions
Topic: If macro get a error, then restart the macro
Replies: 5
Views: 4071

Re: If macro get a error, then restart the macro

Macro Name: Viva_LP_RM_4.iim VERSION BUILD=9030808 RECORDER=FX TAB T=1 SET !EXTRACT_TEST_POPUP NO SET !TIMEOUT_STEP 10 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' This is the code that I am trying SET next "Viva_LP_RM_4" SET S EVAL("('{{!LOOP}}' == 1) ? 'imacros://...
by pranto1902
Thu Dec 13, 2018 10:47 pm
Forum: General Support & Discussions
Topic: If macro get a error, then restart the macro
Replies: 5
Views: 4071

If macro get a error, then restart the macro

VERSION BUILD=9030808 RECORDER=FX Firefox 49.0.2 OS: Windows 10 Pro Well, My question is very simple.. I want something like this, "If macro get a error example: can'f find the tab or can't find the submission value , the macro will restart. I tried Google, Treads of iMacros Forum, WiKi but fai...
by pranto1902
Thu Dec 13, 2018 10:14 pm
Forum: iMacros for Firefox
Topic: Delete Numbers
Replies: 3
Views: 2951

Re: Delete Numbers

You can get the extracted value in a variable and replace the variables using a regular expression as such. Assuming that you have the value extracted in the !EXTRACT variable, you can do something like the following. var temp = iimGetLastExtract(); // Storing the value of the last extract in a tem...
by pranto1902
Sun Sep 09, 2018 8:13 am
Forum: iMacros for Firefox
Topic: Delete Numbers
Replies: 3
Views: 2951

Delete Numbers

Hello Again! " VERSION BUILD=9030808 RECORDER=FX Firefox 49.0.2 OS: Windows 10 Pro" Well, let me ask my exact question. I am extracting something from somewhere like a forum post. And pasting it to other web. Ah, While I paste that, I need to remove any number (0,1,2,3,4,5,6,7,8,9) Example...
by pranto1902
Sun Jul 01, 2018 9:46 am
Forum: Data Extraction and Web Screen Scraping
Topic: Extract A Cell from Google Sheet or a CSV
Replies: 5
Views: 9707

Extract A Cell from Google Sheet or a CSV

Firefox 49.0.2 iMacros VERSION BUILD=8970419 Windows 10 64 Bit Hi there, I know It's kinda bad question. But I really need this.I tried harder to create the code using iMacros 12 but I failed. I tried to search forum but can't find a exact solution. Let me show you What I need. Here is a example of ...
by pranto1902
Thu Aug 24, 2017 5:30 am
Forum: General Support & Discussions
Topic: Find word then close the tab
Replies: 1
Views: 3377

Find word then close the tab

Hello, I am looking for a help :) I want a script that does like this: 1. The browser already have multiple webpage loaded in different tab. 2. When I'll run the .iim (I'm Firefox user) File, then it will find a specific word in every tab, and if match then that tab(s) will be closed. I'm new to scr...