Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [imacros]

iMacros is an extension for the Mozilla Firefox, Google Chrome and Internet Explorer web browsers which adds record and replay functionality similar to that found in web testing and form filler software.

imacros
0 votes
0 answers
27 views

How to gather sysdate -1 using iMacros?

I am currently trying to learn about how to get the current date and time in iMacros chrome extension {{!NOW:yyyy/mm/dd}} this is for the current date have any thoughts on how to make i current date -...
Patrick Hayan's user avatar
0 votes
1 answer
143 views

Imacros copy and paste from box

im using imacros I want to do a copy from <div class="captcha-w">43959</div> then paste it to captcha box (TAG POS=1 TYPE=INPUT:NUMBER ATTR=ID:captcha CONTENT=43959) TAG POS=2 ...
Eric Yap's user avatar
2 votes
1 answer
84 views

iMacros Not Recording With SalesForce

I'm desperate, so I'm reaching out here in case someone else has come across this issue. I have used iMacros for a few years now as a way to close out mass quantities of support tickets within ...
Christopher Cass's user avatar
1 vote
0 answers
67 views

Getting url after download dialog with iMacro

I'm grabbing a web page has a form inside, and after submitting the form (click on the button) download file dialog, is opened and the file will be downloaded. In this case, I need only the final ...
M Mehdizadeh's user avatar
0 votes
1 answer
401 views

Imacros: how to find TAG position of a submit button?

My html page code looks like below with zero to multiple buttons shown below <input type="submit" value="Amend" onclick="jQuery('#adjust_item_id').val(1234); setAction(this....
Shawon Md's user avatar
  • 305
0 votes
0 answers
40 views

iMacros formatting random numbers as currency, does not affect the same field each time

This has me stumped. Running a basic data input macro taking data from a CSV file. I have tried formatting the numbers as both general and numbers in excel. It seems to affect random fields - for ...
IHateDataEntry's user avatar
0 votes
0 answers
104 views

iMacros: How can I select multiple items in a very basic combo box?

A website I work with has a very basic option box set up and I'm trying to create an iMacro that will select multiple values from it on the screen so that I can manually submit the send button. The ...
ImASpaceCowboy's user avatar
0 votes
0 answers
81 views

Hyperlink doesn't working in iMacros 2021 but does in iMacros version 12

I've written a macro in iMacros version 12and it works exactly like a user navigating through several pages in a application. I'm trying to update the macro to work in iMacros version 2021. The macro ...
Shaves's user avatar
  • 900
0 votes
1 answer
114 views

iMacros: How to get the DATE with EVAL

can someone to give me an direction on this, please I need this with EVAL, because .js not supported by Chrome. I have the {{!EXTRACT}} and EVAL {{Day1}} {{Day2}} {{Day3}} {{Day4}}.. {{Day10}}..{{...
Ionut Bejinariu's user avatar
1 vote
0 answers
108 views

iMacros - Detect {{LOOP}} value number and scrol down the page

I found a solution for what I need, but maybe someone can help me optimize it. When the {{LOOP}} value have 20 to 40,60,80,100,120,140,160, ... 2000... 10000... etc. or more, I need to Scroll Down the ...
Ionut Bejinariu's user avatar
0 votes
0 answers
1k views

Auto-select a value from a drop down list in a Chrome extension

I want to create a Chrome extension but I can't make an automatic selection. How can I select a value from a dropdown in Google Chrome? I can't do it automatically via jQuery and Javascript but it ...
Mahdiweb's user avatar
0 votes
1 answer
217 views

How to make the Eval function from Regex code ready for iMacros

I made this Regex code that is working perfect https://regex101.com/r/ctMO3W/1 const regex = /([A-Z a-z 0-9 ,;&!@#$%^&*()-`~=+ ]*)(?=">)/gu; // Alternative syntax using RegExp ...
Ionut Bejinariu's user avatar
1 vote
2 answers
141 views

How to replace the break with a comma after two words?

I use the following line of code to replace all spaces with commas between words. SET keyword-virgula EVAL("var spatiu=\"{{Keyword}}\"; spatiu.replace(/ /g,','); ") How could I ...
Ionut Bejinariu's user avatar
0 votes
1 answer
402 views

Extract ALL child div's classes data with iMacros to Excel

Scenario :** DIV with multiple child. I wished to extract all the child data with iMacros into Excel. All my required data is contained in child <tr class="odd", <tr class="even&...
Parkson 's user avatar
0 votes
0 answers
72 views

iMacros - Extract first words from a phrase

I use the code below in iMacros to extract the first 10 words of a phrase. There are situations when it works 100%, but there are also other situations when some of the extracted words are called &...
Ionut Bejinariu's user avatar

15 30 50 per page
1
2 3 4 5
98