Search found 13 matches
- Tue Jan 03, 2012 5:37 pm
- Forum: General Support & Discussions
- Topic: Twitter website doesn't load correctly
- Replies: 2
- Views: 1675
Twitter website doesn't load correctly
Please advice me how to fix my troubles. I'm trying to access twitter.com using my iMacros Browser, but the page doesn't load correctly. Information - iMacros Browser version 7.51 - website runs fine with Internet Explore 7 - website runs fine with Firefox 8.0 - I searched on the forum and wiki - I'...
- Thu Dec 02, 2010 8:34 am
- Forum: Command Line and Scripting Interface
- Topic: Still confuse on integrating Conditional Statements
- Replies: 2
- Views: 1605
- Thu Dec 02, 2010 8:30 am
- Forum: iMacros for Firefox
- Topic: possible to have a macro read an html page?
- Replies: 2
- Views: 810
Re: possible to have a macro read an html page?
please take a look here:
http://forum.imacros.net/viewtopic.php?f=2&t=11589
http://forum.imacros.net/viewtopic.php?f=2&t=11589
- Thu Dec 02, 2010 8:29 am
- Forum: General Support & Discussions
- Topic: support if statements, is what I want to do possible?
- Replies: 2
- Views: 902
- Thu Dec 02, 2010 7:30 am
- Forum: General Support & Discussions
- Topic: [POLL] Should IMacros Include Simple Conditional Statements?
- Replies: 8
- Views: 4139
Re: [POLL] Should IMacros Include Simple Conditional Stateme
I'm pro "conditional statements", good middle way could be releasing as add-on for iMacro full version.
This way you keep it "simple" for the average user and if needed users can decide themselves if they want all-in-one solution.
Anyone any feedback about this idea?
This way you keep it "simple" for the average user and if needed users can decide themselves if they want all-in-one solution.
Anyone any feedback about this idea?
- Thu Nov 11, 2010 4:44 am
- Forum: Command Line and Scripting Interface
- Topic: Concurrent proxy support?
- Replies: 4
- Views: 3752
- Wed Nov 03, 2010 4:30 am
- Forum: iMacros for Chrome
- Topic: Automating Google Docs spreadsheet
- Replies: 2
- Views: 2636
Re: Automating Google Docs spreadsheet
This is very well possible, what is stopping you from trying to record the macro yourself?
- Thu Oct 28, 2010 3:17 am
- Forum: General Support & Discussions
- Topic: Filedelete
- Replies: 6
- Views: 3238
Filedelete
hello, I need a solution to automatically overwrite/delete a .csv file, I thought I found the solution with FILEDELETE (http://wiki.imacros.net/FILEDELETE) but found out that since imacro 7 this vanished? Questions: 1. How can I overwrite/delete my .csv file? 2. Is it possible always to input new da...
- Mon Oct 25, 2010 2:20 am
- Forum: iMacros for Firefox
- Topic: Searching a value in CSV then fill a form.
- Replies: 5
- Views: 1570
Re: Searching a value in CSV then fill a form.
Good question, interested to know aswell!Daivana wrote:Please could I get some answer to it if it is possible or not?
- Fri Oct 22, 2010 8:25 am
- Forum: General Support & Discussions
- Topic: Form Filling Troubles
- Replies: 3
- Views: 1488
Re: Form Filling Troubles
Thank you for your reply, I've managed to execute a script through iimrunner. Unfortunatly I don't manage the following (and wasted already many hours trying).. how can I autofill all forms which I defined for any user visiting my site (who does not have imacro) by executing the script server-side, ...
- Fri Oct 22, 2010 5:59 am
- Forum: iMacros for Firefox
- Topic: Feature Requests & Bug Fix Requests. ADD YOURS!
- Replies: 363
- Views: 467488
Re: Feature Requests & Bug Fix Requests. ADD YOURS!
Would be great having the possibility using more datasources For example: customers1.csv bills1.csv SET !DATASOURCE1 customers1.csv SET !DATASOURCE2 bills1.csv TAG POS=1 TYPE=INPUT:TEXT ATTR=ID:1 CONTENT={{!DAT1COL1}} TAG POS=1 TYPE=INPUT:TEXT ATTR=ID:2 CONTENT={{!DAT2COL2}} And.. having the possibi...
- Mon Oct 18, 2010 6:26 am
- Forum: iMacros for Firefox
- Topic: Tiny MCE editor and fill the field
- Replies: 20
- Views: 27750
Re: Tiny MCE editor and fill the field
can anyone help me getting a script like this to work through php/iimrunner.exe?
want to use basically the same script (which I already made myself) to parse some text from .csv into a .php page with some text fields.
Thanks!
want to use basically the same script (which I already made myself) to parse some text from .csv into a .php page with some text fields.
Thanks!
- Mon Oct 18, 2010 2:49 am
- Forum: General Support & Discussions
- Topic: Form Filling Troubles
- Replies: 3
- Views: 1488
Form Filling Troubles
Hello, I''m having some troubles getting an easy auto-filling job done, hopefully someone can help out! Used files: .csv (containing all information to post into the fields) iimrunner.exe (executed through the .php on local server) .php (document with 4 text fields needs to be filled in through iimr...