Terminal with regex

I have a project with terminal, but i need to use regex into labeled, because de terminal change in the time.

Example:
Yesterday
Labeledby = “Usuario:”

Today
Labeledby = “Usuario …:”

I want to use
“^Usuario(\s?|\S+)*:$”

Properties

Please, help me.

I don’t use field activities when doing terminal automation. I use Move Cursor to put it where I want it, then Send Keys to type, since things don’t usually change position on a terminal screen.

Thank you.
I will try to use move cursor and send keys.

Best regards.

One thing I’ve found, at least with our mainframe, is that sometimes it’s picky about exactly where you start typing - so sometimes I use Move Cursor to move to the label and then Send Control Key tab to get to the correct place in the field to start typing.

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