[BUG] FIND BUTTON & EXECUTE THIS COMMAND Fails When Variables used

I found this with type, but I suspect this issue will exist for at least all similar commands such as “click”, and some of this probably effects all commands.

If I use a variable reference (the variable exists in the “variables” tab) as the target for the “TYPE” command then:

  1. When I try to use the “FIND” button it says “DOM not found” (which BTW is a very poor error message, it doesn’t even say what it was trying to find, it implies an issue with the DOM, instead of locating something within it, it isn’t logged, It doesn’t appear near the mouse pointer, is silent and disappears too soon).

  2. EXECUTE THIS COMMAND fails to execute the command, not only that but it clears the referenced variable from the “variables” tab.

  3. It works if I use “STEP” to test each command or simply play the macro.

[status] Playing macro TEST
[info] Executing: | store | id=edite4 | TargetFamilyName |
[info] Executing: | type | ${TargetFamilyName} | SomeFamilyName |
[info] Macro completed (Runtime 0.71s)