Is there anyway I can detect selenium commands so I can't automatically insert a screenshot command after each one? I would like to keep this in javascript as I am using the html testscripts. Example:
clickandwait | element | <-- is there a way to know via javascript that this was fired so I add
captureentirepagescreenshot | c:\screenshots.jpg | after it.