Search found 22 matches

by ravi_npatty
Sat Dec 26, 2015 11:36 am
Forum: iMacros for Firefox
Topic: Include javascript files (solution)
Replies: 3
Views: 3732

Include javascript files (solution)

Dear iMacros users, I was missing the include support for java script files. And some of you might also felt the same way. I worked out a solution for this which may not be very professional, but atleast working. A brief Intro about how this works: 1. Keep all your common functions and global variab...
by ravi_npatty
Sun Oct 28, 2012 2:14 pm
Forum: iMacros for Firefox
Topic: how to perform copy file using imacros
Replies: 8
Views: 8596

Re: how to perform copy file using imacros

More simple solution would be function file_copy(from,to) { var to_folder=to.substring(0,to.lastIndexOf("/")+1); var to_file=to.substring(to.lastIndexOf("/")+1); var source = Components.classes["@mozilla.org/file/local;1"].createInstance(Components.interfaces.nsILocalFi...
by ravi_npatty
Thu May 26, 2011 8:19 am
Forum: General Support & Discussions
Topic: Fill Form macro doesn't work correctly!
Replies: 4
Views: 2966

Re: Fill Form macro doesn't work correctly!

Hi, For the site http://www.irctc.co.in I am not to fill in all data info and it exists with ERROR on radio button not found. ?? Please help .. TAG POS=3 TYPE=INPUT:RADIO FORM=NAME:BookTicketForm ATTR=VALUE:SL CONTENT=YES TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:BookTicketForm ATTR=ID:submitButton0&am...
by ravi_npatty
Sat May 21, 2011 1:39 pm
Forum: How-To's and Examples for Web Scraping
Topic: How to extract value from option tag instead of text
Replies: 3
Views: 79119

Re: How to extract selected value instead of text from optio

Thanks siniy.

This did the trick. Thanks a lot. But direct option to extract the value like (TAG POS=1 TYPE=SELECT FORM=* ATTR=NAME:select_name EXTRACT=VALUE) would have been better.
by ravi_npatty
Fri May 20, 2011 5:08 pm
Forum: How-To's and Examples for Web Scraping
Topic: How to extract value from option tag instead of text
Replies: 3
Views: 79119

How to extract value from option tag instead of text

Dear iOpus, Example html code: <select name="fruits"> <option value="1">Apple</option> <option value="2">Banana</option> <option value=3>Mango</option> </select> I can extract the text of selected item in combobox (option tag) TAG POS=1 TYPE=SELECT FORM=* ATTR=NAME:frui...
by ravi_npatty
Sun May 08, 2011 12:50 pm
Forum: iMacros for Firefox
Topic: iMacros resumes from pause without clicking continue
Replies: 2
Views: 2710

Re: iMacros resumes from pause without clicking continue

Thanks for your support. Part of my problem is solved by using errorignore. Earlier I was not using this option. So if the pageloading timedout while in pause, particular macro exited and my remaining macro through script continued to run. Using errorignore solved that problem. But still I would wel...
by ravi_npatty
Sat May 07, 2011 6:43 am
Forum: iMacros for Firefox
Topic: iMacros resumes from pause without clicking continue
Replies: 2
Views: 2710

iMacros resumes from pause without clicking continue

Dear iOpus, I recently discovered iMacros, and wonder how could I missed this beautiful component in my life. Anyhow It is very useful for automating many of my work. Thanks for this useful stuff. Coming to the problem, I am using iMacros to book bus/rail/air ticket. I use iMacros to take it till t...