Search found 35 matches
- Thu Jul 28, 2016 8:04 pm
- Forum: iMacros for Firefox
- Topic: How can i save Javascript text string to a TXT file?
- Replies: 6
- Views: 3076
Re: How can i save Javascript text string to a TXT file?
Use http://wiki.imacros.net/FILEDELETE in the beginning Yes... thanks... now works fine! Well.. i need to put the ERRORIGNORE because if file not exists, causes error... here the final code: var line1="Name: Wemerson\t\tCountry: Brazil" ; var line2="Name: Joseph\t\tCountry: Australia"; iimSet("LINE...
- Wed Jul 27, 2016 11:42 pm
- Forum: iMacros for Firefox
- Topic: How can i save Javascript text string to a TXT file?
- Replies: 6
- Views: 3076
Re: How can i save Javascript text string to a TXT file?
Try your previous version without iimSet but use <BR> instead of \n in the string. That alternative way per http://wiki.imacros.net/Form_Filling#Variables If that does not work, your only recourse is to write your log file from Javascript, thus using .js macro instead of .iim, using HTML5 features....
- Wed Jul 27, 2016 12:40 pm
- Forum: iMacros for Firefox
- Topic: How can i save Javascript text string to a TXT file?
- Replies: 6
- Views: 3076
Re: How can i save Javascript text string to a TXT file?
If your text has special chars, just use the iimSet() function var file_content="content"; iimSet("file_content", file_content); var mm="CODE:"; mm+="\nADD !EXTRACT {{file_content}}"; mm+="\nSAVEAS TYPE=EXTRACT FOLDER=* FILE=file.txt"; iimPlay(mm); Thanks for your help. Works... but still has an is...
- Tue Jul 26, 2016 6:01 pm
- Forum: iMacros for Firefox
- Topic: How can i save Javascript text string to a TXT file?
- Replies: 6
- Views: 3076
How can i save Javascript text string to a TXT file?
Hello. I am using iMacros for firefox with javascript engine. And need to save a couple of informations that i have in text format... This information is not data extracted. This is a simple text generated by manipulating strings. There are a way to save a text file with iMacros ? I try to add the t...
- Thu Mar 10, 2016 11:04 pm
- Forum: General Support & Discussions
- Topic: Can iMacros send SMS, E-Mail and mobile push notifications?
- Replies: 21
- Views: 9200
Re: Can iMacros send SMS, E-Mail and mobile push notificati
Not works here. As you can see on the image below, on left is macro "server" and at right is macro "client". Macro "server" works fine till run macro "client"... then server freezes till stop macro "client". http://i.imgur.com/I1sa1QA.png My shortcuts: "C:\Program Files (x86)\Mozilla Firefox\firefox...
- Thu Mar 10, 2016 9:40 pm
- Forum: General Support & Discussions
- Topic: Can iMacros send SMS, E-Mail and mobile push notifications?
- Replies: 21
- Views: 9200
Re: Can iMacros send SMS, E-Mail and mobile push notificati
I'm not understand how to do it, because when select a profile using firefox.exe -p works only with the selected profile http://i.imgur.com/jvaAtrI.png Then when i try to call firefox, it still remain in the selected profile... and to change the profile i need to close all firefox windows and run fi...
- Thu Mar 10, 2016 9:07 pm
- Forum: General Support & Discussions
- Topic: Can iMacros send SMS, E-Mail and mobile push notifications?
- Replies: 21
- Views: 9200
Re: Can iMacros send SMS, E-Mail and mobile push notificati
Not works because Firefox need to run one or other profile... not two profilers at same time.
- Thu Mar 10, 2016 8:29 pm
- Forum: General Support & Discussions
- Topic: Can iMacros send SMS, E-Mail and mobile push notifications?
- Replies: 21
- Views: 9200
Re: Can iMacros send SMS, E-Mail and mobile push notificati
Well... i will do a test with it and see if works on my macro!chivracq wrote:My Experience is that the FF JavaScript Engine is very "Mono-Tasking" when running 2 Macros (same or different Macro(s)) in 2 FF Instances within the same FF Profile... => It works better if you use 2 different Profiles...
Thanks!
- Thu Mar 10, 2016 7:42 pm
- Forum: General Support & Discussions
- Topic: Can iMacros send SMS, E-Mail and mobile push notifications?
- Replies: 21
- Views: 9200
Re: Can iMacros send SMS, E-Mail and mobile push notificati
There is any way to allow two browsers instances to run macros without problems ? I try all setups here and still blocks the first macro when start macro at second browser! Important.;... it's the same browser running imacros with javscript... one browser (firefox) normal and other browser is firefo...
- Wed Mar 09, 2016 3:20 pm
- Forum: General Support & Discussions
- Topic: Can iMacros send SMS, E-Mail and mobile push notifications?
- Replies: 21
- Views: 9200
Re: Can iMacros send SMS, E-Mail and mobile push notificati
Hi... i just make a little excercise testing message exchanging with CLIPBOARD... It works, but when i run 2 macros in different browsers... the first (server.js) still waiting until the second (client.js) was stopped... The first loop runs on server.js... and in the client.js, loop works fine... th...
- Wed Mar 09, 2016 1:17 pm
- Forum: General Support & Discussions
- Topic: Can iMacros send SMS, E-Mail and mobile push notifications?
- Replies: 21
- Views: 9200
Re: Can iMacros send SMS, E-Mail and mobile push notificati
Still on the same subject. Can two iMacros instances in separated browsers exchange any type of messages? Example. Run one macro as a data server in a website and other macro as a client with other website. The client macro receive data via any type of message and update something in the second sit...
- Wed Mar 09, 2016 11:36 am
- Forum: General Support & Discussions
- Topic: Can iMacros send SMS, E-Mail and mobile push notifications?
- Replies: 21
- Views: 9200
Re: Can iMacros send SMS, E-Mail and mobile push notificati
Still on the same subject. Can two iMacros instances in separated browsers exchange any type of messages? Example. Run one macro as a data server in a website and other macro as a client with other website. The client macro receive data via any type of message and update something in the second site.
- Sun Mar 06, 2016 5:46 am
- Forum: General Support & Discussions
- Topic: Can iMacros send SMS, E-Mail and mobile push notifications?
- Replies: 21
- Views: 9200
Re: Can iMacros send SMS, E-Mail and mobile push notificati
Copy&Paste mistake I guess, the Forum Language is English... :shock: Yes, sorry.. I used google translator because do not speak english, and wrote a little; but still need help with google translator. And i forget to remove portuguese parts when copy/paste. Sorry again! :oops: :oops: I'm already wo...
- Sat Mar 05, 2016 11:51 pm
- Forum: General Support & Discussions
- Topic: Can iMacros send SMS, E-Mail and mobile push notifications?
- Replies: 21
- Views: 9200
Re: Can iMacros send SMS, E-Mail and mobile push notificati
É verdade, eu não sou nenhum super nerd. Sou apenas um entusiasta de tecnologias que acredita ter boas idéias. E após ver boas possibilidades de funcionar, procuro aprender o que é necessário. Vou pensar em como desenvolver isso e posto aqui o resultado se der certo. Ou um pedido de desculpas se não...
- Sat Mar 05, 2016 1:47 am
- Forum: General Support & Discussions
- Topic: Can iMacros send SMS, E-Mail and mobile push notifications?
- Replies: 21
- Views: 9200
Re: Can iMacros send SMS, E-Mail and mobile push notificati
Hi, There are any way to use imacros to send push notifications to smartphones? I need to send notifications via e-mail, SMS and push notifications when script ends. My environment: Windows 7 64 Bits Browser: Mozilla Firefox 44.0.2 iMacros: 8.9.6 Yep of course, well I don't know what a "Push Notifi...