Can I ask for those who are seeing 'suck' scripts - does the script close a Tab/window just before it get stuck.
In 8.5.1 my script that used to work now gets stuck - this is usually after the application has closed a Tab, then iMacros seems to get confused and get stuck.
For example:
Code: Select all
TAG POS=1 TYPE=IMG ATTR=ID:ctl00_contentPlaceHolder_Toolbar_Select
WAIT SECONDS=1
TAB T=2
The "TAG POS=1 TYPE=IMG ATTR=ID:ctl00_contentPlaceHolder_Toolbar_Select" line selects a button on the screen and causes the application to perform an action then close the Tab, then it gets stuck on WAIT SECONDS=1 line and iMacros panel doesn't response.
If I remove the WAIT line, it gets stuck on the TAB command with a "TypeError: can't access dead object, line: 13 (Error code: -1001)"
Also, I've noticed in previous versions when recording the script, when the application closed a window I got a TAB CLOSE, now I don't.