!SINGLESTEP

From iMacros

Jump to: navigation, search

Enables single-step debugging: iMacros stops after every command and waits for the user to click the "Continue" button.

Contents

Value

YES|NO

Availability

iMacros Browser: Yes (V6.10+)
iMacros for Internet Explorer: Yes (V6.10+)
iMacros for Firefox: Not yet

Examples

 URL GOTO=http://www.iopus.com/imacros/demo/v6/frames/         
 SET !SINGLESTEP YES 
 TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:f2 ATTR=NAME:T1 CONTENT=F2 
 FRAME F=3     
 TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:f3 ATTR=NAME:T1 CONTENT=F3 
 FRAME F=4    
 SET !SINGLESTEP NO 
 TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:f3 ATTR=NAME:T1 CONTENT=F4 
 FRAME F=5     
 TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:f5 ATTR=NAME:T1 CONTENT=F5 

See Also

PAUSE, PROMPT