[HELP] Imacros Help needed

sn2100

Junior Member
Joined
Mar 27, 2012
Messages
127
Reaction score
20
I am writing a imacro script ,it works fine; but sometimes if a certain page element is not found or skipped then the browser closes [The script opens 2 tabs so if an elemnt is not found/skipped it executes TAB CLOSE to close tab 1 and 2 ... Can someone help me regarding this ?I dont want the browser to be closing but want the script to be running --
 
What error code are you getting?

Code:
SET !ERRORIGNORE YES

Have you tried this??^^^
 
Try Macro scheduler. It has image recognition is very easy to program. I had doing my bitch works in a couple of hours.

30 day trial. I bought it. worth it.

Actually the thing was I didnt have time to learn to program the other bots. And Macro Scheduler was way more sophisticated.
 
While on the subject, do you have any suggestions on tutorials for this?
 
3 options:
1. install firefox add-on tab mix plus - there is option to prevent closing firefox when closing last tab
2. use javascript to control tab closing behavior
3. try to open new tab before closing second tab
 
Back
Top