How would I execute standard 'eval' actions for the frame a Session's Action was called from within that Session's Action Handler?
I've created an iTest plugin with two actions and plan to add more.
The standard way to return data from an action would be to use a ResponseBuilder and add Token's to that (TextToken or QueryToken). That is the current technique I'm using, but it does require any responses to be stored into a variable through iTest Post-Processing. Which adds another step that I don't need.
I'd rather have the Session's Action simply set a variable in it's Frame (locally scoped variable).