Search found 69 matches

by access2vivek
Wed Nov 07, 2018 9:27 am
Forum: iMacros Consultants
Topic: Need help creating custom scripts - PAID JOB
Replies: 2
Views: 13956

Re: Need help creating custom scripts - PAID JOB

Hello! I need someone to help create or modify a few custom iMacros scripts for a internal company website. I do repetitive actions every day, but have had no luck with recording - not all actions are recordable. Scripts will be simple - they just need to trigger a few specific clicks on the page. ...
by access2vivek
Wed Nov 07, 2018 9:25 am
Forum: iMacros Consultants
Topic: Simple mailing macro - paid gig
Replies: 1
Views: 7578

Re: Simple mailing macro - paid gig

Awesome! I am interested. Check your email!
by access2vivek
Wed Nov 07, 2018 7:47 am
Forum: iMacros Consultants
Topic: Looking for help on a project - Paid opportunity
Replies: 2
Views: 27499

Re: Looking for help on a project - Paid opportunity

This seems like something that I am interested in. I have created scripts that extract data from professional websites one of which was GoIbibo. Since each website requires a different coding, you will need to specify the websites from which you want the data to be extracted. Here is what a sample d...
by access2vivek
Wed Nov 07, 2018 7:33 am
Forum: iMacros for Firefox
Topic: [HELP] Upload File INSTAGRAM
Replies: 2
Views: 3475

Re: [HELP] Upload File INSTAGRAM

Hi VERSION BUILD=8970419 RECORDER=FX TAB T=1 URL GOTO=https://www.instagram.com/ TAG POS=1 TYPE=SPAN ATTR=CLASS:glyphsSpriteNew_post__outline__24__grey_9<SP>u-__7&&ARIA-LABEL:New<SP>Post&&TXT: TAG POS=5 TYPE=INPUT:FILE FORM=ACTION:https://www.instagram.com/ ATTR=* CONTENT=C:\Users\d...
by access2vivek
Wed Nov 07, 2018 7:24 am
Forum: iMacros for Firefox
Topic: SCREENSHOT inconsistency
Replies: 5
Views: 3917

Re: SCREENSHOT inconsistency

Hum, nice Quality in your Post... Compliment...! :D Thank you so much for the compliment. I had read a few posts before so I thought I should make my questions precise :p (You could use the ']CODE[' Forum Meta-Tags btw to improve the "Readability" yet... :idea: ) I was not aware of that. ...
by access2vivek
Mon Nov 05, 2018 7:30 am
Forum: iMacros for Firefox
Topic: SCREENSHOT inconsistency
Replies: 5
Views: 3917

SCREENSHOT inconsistency

Configuration Firefox V. 52 iMacros for Firefox v. 8.9.7 Windows 7 Problem Statement I have created a script that reads URLs from a .csv file. It goes to that URL and takes a screenshot of the page and saves it in the specified folder. I run this script on a daily basis on a database that has 100 U...
by access2vivek
Sun Nov 04, 2018 1:14 pm
Forum: General Support & Discussions
Topic: HELP: Script for Wetransfer in Firefox 62.0.3 (64-bit)
Replies: 1
Views: 2157

Re: HELP: Script for Wetransfer in Firefox 62.0.3 (64-bit)

I have tested your script on Firefox v. 52 and iMacros Version 8.9.7 and it seems to be working perfectly. Here is the complete code that I used to write email address in both fields and upload an image and then transfer it. var code="CODE:"; code+="URL GOTO=www.wetransfer.com\n"...
by access2vivek
Sun Nov 04, 2018 1:03 pm
Forum: General Support & Discussions
Topic: Voting Macro with different IP addresses
Replies: 3
Views: 2923

Re: Voting Macro with different IP addresses

There are multiple ways of doing it with iMacros :-)
by access2vivek
Sun Nov 04, 2018 12:58 pm
Forum: General Support & Discussions
Topic: obfuscate imacro script
Replies: 8
Views: 4938

Re: obfuscate imacro script

I use the following online service to obfuscate my products along with one other service. You can ward off non tech-savvy people from seeing your source code. https://www.daftlogic.com/projects-online-javascript-obfuscator.htm However, the output from services like this can easily be defeat simply b...
by access2vivek
Sun Nov 04, 2018 12:41 pm
Forum: iMacros for Firefox
Topic: Replay if error ?
Replies: 2
Views: 7877

Re: Replay if error ?

I think the following is what you are trying to do: - var executed=true; while(executed) { var code="CODE:SET !ERRORIGNORE YES\n"; code+="YOUR CODE THAT YOU WANT TO RUN"\n; code+="YOUR CODE THAT YOU WANT TO RUN"\n; . . . code+="YOUR CODE THAT YOU WANT TO RUN"\...
by access2vivek
Sun Nov 04, 2018 12:37 pm
Forum: iMacros for Firefox
Topic: If this is possible and how
Replies: 1
Views: 8512

Re: If this is possible and how

It is possible to check if a website has Disqus commenting system, but I don't believe it is possible to know if the link moderation is on. If you could share a few links of sites, it might be possible to verify that assumption. Also, no one is going to just help you develop an entire long script fo...
by access2vivek
Sun Nov 04, 2018 12:29 pm
Forum: iMacros for Firefox
Topic: find text in different url's
Replies: 1
Views: 6487

Re: find text in different url's

The question is extremely vague, but I will try to answer it according to my understanding of the same. I am assuming you want a command that will help you to get the text of a link on a page. To do that, you can use the following: - iimPlayCode("TAG POS=1 TYPE=A ATTR=* EXTRACT=TXT"); // G...
by access2vivek
Sun Nov 04, 2018 11:57 am
Forum: iMacros for Firefox
Topic: need help?
Replies: 2
Views: 3322

Re: need help?

After spending about 20 minutes to find a way to Retweet a tweet, I came up with the following:-

TAG POS=1 TYPE=BUTTON ATTR=data-modal:ProfileTweet-retweet

As of today, this is working correctly. If however, there is a change in the UI in the future, the above command might not be supported.
by access2vivek
Sun Nov 04, 2018 11:36 am
Forum: General Support & Discussions
Topic: Input script for Web WhatsApp conversations
Replies: 3
Views: 5892

Re: Input script for Web WhatsApp conversations

You can download a Bulk Whatsapp Message sender using iMacros from :- bit.ly/WhatsappTrial
by access2vivek
Sun Nov 04, 2018 11:35 am
Forum: iMacros for Firefox
Topic: Datasource iMacro using %userprofile%
Replies: 1
Views: 2932

Re: Datasource iMacro using %userprofile%

You have to put your username for that to work.