Issue Report Template
Title:
UntilVisible does not allow using variables
Description:
I am trying to do;
SendKeys NEXT -UntilVisible {orgName}
where {orgName} is set as a parameter and (mostly) works with Click Text. OCR seems to be a bit hit and miss on my machine.
Agent Version:
Unsure, but it seems to be the latest as of 20240726.
Expected Result:
I would expect the variable to expand to the text set, then for the action to repeat until said text was visible.
Actual Result:
Scenario won’t run. Error is: Object reference not set to an instance of an object.
Steps to Reproduce:
Insert the following into a scenario where you have defined {orgName} and try to run it.
SendKeys NEXT -Repeat 12 -UntilVisible {orgName}