Stop typing and proceed to the next step

Hi everyone,

I’m using the “Type Into” function, specifying CMD as the app.
However, after typing the command I want, the executor keeps typing the same command repeatedly, and it won’t proceed to the next step.

I’m not sure how to stop this repetition, as the “Break” function only works in loops, and the “Breakpoint” seems to halt the entire process.
I just need it to move on to the next step. Does anyone know how to proceed past this activity?

Thanks in advance!

This happens due to Verify execution property of Type Into. This property checks if the desired input is typed into the target textbox or not and if it didn’t find it typed, it will retype it again and again.

How to disable?
Select the Type Into activity and set property Verify Execution to null like this.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.