Hi Guys,
Is it possible to hook into any LR action function like web_submit_data or web_custom_request and do event based coding? Like exception handling in Java programming.
Pseudo code: read responses from ALL action functions if (a pattern found in response) do something else do something else
The point is not repeating a piece of code after each function.
Cheers.