Hi there,
Check out the very neat Search command, here:
http://wiki.imacros.net/SEARCH
Basically, you can search for a REGEX directly into the page source, and it should have no problem extracting the array you need. You can then do whatever you want with it in javascript.
Search found 24 matches
- Sun Oct 31, 2010 10:50 am
- Forum: iMacros for Firefox
- Topic: EXTRACT Script , how?
- Replies: 4
- Views: 1260
- Fri Oct 29, 2010 8:19 pm
- Forum: iMacros for Firefox
- Topic: Disable javascript errors in null var
- Replies: 2
- Views: 942
Re: Disable javascript errors in null var
Hi there,
it would help if you would also post the rest of the code, but with this bit the problem is the "if".
Try changing it to this:
it would help if you would also post the rest of the code, but with this bit the problem is the "if".
Try changing it to this:
Code: Select all
if (!url_partenaires) {
iimSet ("partenaires", partenaires[1]);
}
- Thu Jun 24, 2010 11:38 am
- Forum: iMacros for Firefox
- Topic: iMacros 6.6.5.0 not compatible with FF 3.6.4
- Replies: 17
- Views: 13163
Re: iMacros 6.6.5.0 not compatible with FF 3.6.4
Hi, regarding the issue, it is indeed selective. I know a couple of people for whom it actually works. It is not a conflict with other addons - i installed imacros on a fresh FF install, with no other addons, and it still wouldn't work. So, until it's fixed, i reverted to firefox 3.6.3, and disabled...
- Wed Jun 23, 2010 10:16 am
- Forum: iMacros for Firefox
- Topic: [Solved] Plugin crashes/freezes FF
- Replies: 8
- Views: 3061
Re: Plugin crashes/freezes FF
Hi, I've got the same issue. Everything was perfect until I updated firefox to 3.6.4. Once I did, it refused to start - the program would run in the background, but it never actually appeared on screen. I tried everything, and finally, I removed all addons and started adding them back one by one. Al...
- Tue Oct 06, 2009 9:20 am
- Forum: iMacros for Firefox
- Topic: getting the url from a text file
- Replies: 3
- Views: 1130
Re: getting the url from a text file
Hi,
It would be useful if you would also post the contents of the file in question and the error message you get.
The code seems fine, so I believe there may be 2 causes why it wouldn't work:
1. the URL is incomplete
2. the file is located in the wrong directory
It would be useful if you would also post the contents of the file in question and the error message you get.
The code seems fine, so I believe there may be 2 causes why it wouldn't work:
1. the URL is incomplete
2. the file is located in the wrong directory
- Tue Oct 06, 2009 9:12 am
- Forum: iMacros for Firefox
- Topic: Can iMacros enter text from a file?
- Replies: 3
- Views: 1374
Re: Can iMacros enter text in a file?
Hi,
Please be more specific. I'm not sure what you need.
Emin
Please be more specific. I'm not sure what you need.
Emin
- Tue Oct 06, 2009 9:10 am
- Forum: iMacros for Firefox
- Topic: next line if fail
- Replies: 1
- Views: 631
Re: next line if fail
Add errorignore to the script: Before: SET !ERRORIGNORE YES 'this will cause imacros to ignore any error SET !TIMEOUT 10 'this will make the script wait for only 1 second before proceeding - by default it would wait for 6 seconds After the three lines you posted you can add: SET !ERRORIGNORE NO 'dis...
- Thu Oct 01, 2009 2:55 pm
- Forum: iMacros for Firefox
- Topic: Paste from clipboard into form?
- Replies: 20
- Views: 14635
Re: Paste from clipboard into form?
Hello, Thanks for the reply. So basically, if using !clipboard to assign a value to a variable, imacros will generate this error - not always but usually. This helps a lot! I should state that I never intended to write any malicious script :) In fact I was doing it wrong :roll: - I have an EXTRACT t...
- Thu Oct 01, 2009 1:17 pm
- Forum: iMacros for Firefox
- Topic: Paste from clipboard into form?
- Replies: 20
- Views: 14635
Re: Paste from clipboard into form?
Hello,
I get the same error, can't find help anywhere:
NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsITransferable.getTransferData], line 4
The code line is simple:
SET !VAR3 {{!CLIPBOARD}}
Thanks!
I get the same error, can't find help anywhere:
NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsITransferable.getTransferData], line 4
The code line is simple:
SET !VAR3 {{!CLIPBOARD}}
Thanks!