Exception Type: JsonSerializationException

Hi @miracle

Let me say all that I know about this exception.
Isolated Invocation:
All the output arguments should be Serializable one. Arguments that aren’t Serializable like BrowserElement will throw this expection
Not Isolated:
One can use Non-Serializable arguments, however the workflow will throw the same Exception if run independently i.e you just run this workflow alone. Will NOT throw Exception if invoked elsewhere