You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, macros are very limited in that sense. After all, they are just macros that can be recorded and played back. There is no branching or variables, unfortunately. We will think of how we can improve that. Thank you for your suggestion.
Currently is macros it is possible to
wait-for-write
; but other than asserting the value that was received, we cannot use that value elsewhere.One example would be sending a notification that incorporates that value (maybe for a request-response situation, for example).
It would be nice if we could save the received value to a variable of sorts and use it elsewhere in other operations.
The text was updated successfully, but these errors were encountered: