Search found 65 matches
- Fri Jan 01, 2021 9:58 am
- Forum: iMacros for Firefox
- Topic: Answer questionnaire automatically
- Replies: 1
- Views: 169
Re: Answer questionnaire automatically
Firstly, where are you trying to "COPY" from because in iMacros, you will need to define a source, which is a local file. Using SET !DATASOURCE_FILE and SET !EXTRACT {{!COL1}}, you can probably read the values and paste them in the specfic element. Secondly, You can extract the text of the element a...
- Fri Jan 01, 2021 9:54 am
- Forum: iMacros Consultants
- Topic: Clicking All Buttons By Name at same time
- Replies: 1
- Views: 386
Re: Clicking All Buttons By Name at same time
Let's connect via email so that I can help you. I would like to understand your use-case properly if possible.
- Tue Jul 28, 2020 8:23 am
- Forum: iMacros for Firefox
- Topic: Include JS Functions Library in JS File
- Replies: 18
- Views: 17166
Re: Include JS Functions Library in JS File
I was stuck at this very point for a very long time. It took me months to finally find a working solution. Here it is:- // Define a XMLHttpRequest object const XMLHttpRequest = Components.Constructor("@mozilla.org/xmlextras/xmlhttprequest;1"); var getLibrary= XMLHttpRequest(); // Create a Get Reques...
- Tue Jul 28, 2020 8:02 am
- Forum: iMacros for Firefox
- Topic: I Can't Select an Option from a Drop-down List
- Replies: 6
- Views: 818
Re: I Can't Select an Option from a Drop-down List
Selecting from a Dropdown is very simple. All you have to do is use the "value" attribute of the <option> element under the <select> element. Note that you will need to prepend the "%" symbol before the value attribute. For example, if the HTML is: - <select name="cars" id="cars"> <option value="app...
- Tue Jul 28, 2020 7:16 am
- Forum: iMacros Consultants
- Topic: Need iMacro developer
- Replies: 2
- Views: 1063
Re: Need iMacro developer
Hello Franck,
I was unable to find you on Skype, hence I am dropping a message here.
I hope the requirement is still open. Let us connect via email.
Regards,
Vivek Agrawal
I was unable to find you on Skype, hence I am dropping a message here.
I hope the requirement is still open. Let us connect via email.
Regards,
Vivek Agrawal
- Sun Jun 14, 2020 8:57 am
- Forum: iMacros for Firefox
- Topic: Running iMacros on the cloud
- Replies: 5
- Views: 4266
Re: Running iMacros on the cloud
Would be "interesting" btw @OP, if you could post an Update to this Thread, to post if you made any "Progress" and managed to implement your Scenario..., one Year later...?, as 2 Users posted in the Thread to help you, but you never followed up... :idea: Sorry for not updating earlier as I had to d...
- Sun Jun 14, 2020 8:49 am
- Forum: iMacros for Firefox
- Topic: Help with Imacros with javascript.
- Replies: 9
- Views: 6106
Re: Help with Imacros with javascript.
if (retcode2 < 0) { iimDisplay("Error Found:"+Errorstring+"retcode:"+retcode2); macro4 += "CODE:"; macro4 += "ADD !EXTRACT {{!URLCURRENT}}" + "\n"; macro4 += "SAVEAS TYPE=EXTRACT FOLDER=* FILE=ErrorURL.csv\n"; iimPlay(macro4); } if you have defined the variable macro4 as var macro4, I think I see w...
- Sun Jun 14, 2020 7:46 am
- Forum: iMacros for Firefox
- Topic: How to find out number of url in the page?
- Replies: 4
- Views: 3243
Re: How to find out number of url in the page?
I m trying to extract all links in the page however I m not sure how many links are there in the page . Is there any way I can stop the execution when no link is found ( or when tag timeout ) ? Here is the code ( Here i m assuming there are 100 links in the page However if it's less than that I nee...
- Sun Jun 14, 2020 6:56 am
- Forum: iMacros Consultants
- Topic: Consultant/Programmer needed
- Replies: 1
- Views: 2704
Re: Consultant/Programmer needed
I have a paid gig that I need done. I need info ( first name, last name, age, city & state) extracted from this site www.tributes.com by each individual state and then the extracted data would be saved. That saved data would then be used on this site https://www.intelius.com/ to locate their listed...
- Sun Jun 14, 2020 6:55 am
- Forum: iMacros Consultants
- Topic: iMacro to Fill out Google My Business (GMB) Form
- Replies: 2
- Views: 5765
Re: iMacro to Fill out Google My Business (GMB) Form
Looking for someone who can create an iMacro that fills out the Google My Business listing form. The process is very straightforward and I will provide detailed instructions. I have already created a working demo but it's missing a few features. If you're interested please let me know and we can ju...
- Sun Jun 14, 2020 6:53 am
- Forum: iMacros Consultants
- Topic: looking for imacro consultation to help me on a browser automation job
- Replies: 11
- Views: 4738
Re: looking for imacro consultation to help me on a browser automation job
Hi Vivek, sorry to bump old thread. Looking for the same to scrape google maps data for compare my holiday website with other website details from google maps. Can you PM me. thanks :D Edit:Opps maleformed link to my site & typo. Yes. I have experience using Google APIs to scrape data for commercia...
- Sun Jun 14, 2020 6:33 am
- Forum: iMacros for Firefox
- Topic: Pause iMacro until tab is closed - resume script automatically
- Replies: 19
- Views: 2901
Re: Pause iMacro until tab is closed - resume script automatically
I am looking for a way to pause an iMacro script until the current tab is manually closed, at which point I want the iMacro to continue working (without me having to click continue). So here is the scenario. iMacro starts and loads page iMacro jumps to Tab 2 iMacro pauses after 60 seconds After som...
- Sun Jun 14, 2020 5:57 am
- Forum: iMacros for Firefox
- Topic: Calling custom JS function in iMacro code
- Replies: 4
- Views: 975
Re: Calling custom JS function in iMacro code
function test(){ return "Function Code"; } test="CODE:"; test+="VERSION BUILD=9030808 RECORDER=FX" + "\n"; test+="SET !VAR1 EVAL(\"var parc = test(); parc\")" + "\n"; test+="SET !EXTRACT {{!VAR1}}" + "\n"; iimPlay(test); alert(iimGetLastExtract()); For the code above I am getting error ReferenceErr...
- Fri Nov 29, 2019 7:43 am
- Forum: iMacros for Firefox
- Topic: How to run iMacros Firefox on Mac or Android
- Replies: 3
- Views: 2774
Re: How to run iMacros Firefox on Mac or Android
Just bumping up the post, in case everyone missed it.
- Fri Nov 29, 2019 7:42 am
- Forum: Installation and License Activation
- Topic: Is a license required?
- Replies: 4
- Views: 8832
Re: Is a license required?
Hi access2vivek, If I am reading the EULA included with 8.9.7 correctly, you do not need to purchase any license for this scenario. However, if you intend to distribute 8.9.7 to your customers and charge them a fee for distribution, then you will need explicit written permission from Ipwsitch/iOpus...