Hi all,
I’m working on a desktop app and process is:
The robot takes a value from the screen with get text, enter it in field (barcode) and press enter. the result should be - a new screen is opened.
I get a message saying that a not valid value was entered or no response.
When debugging its clear that the right value is stored in the variable.
I’ve tried many things:
- adding a delay before and after
- Entering the value to field and pressing enter in a different action (Hot Keys)
- “Set To Clipboard” and send Send key combination (CTRL+V).
- Click before typing
- Delay between keys
- String manipulation
When I debug and take the value saved in the variable, and press enter manually - it works
That’s why I think maybe the problem is related to the enter button
Has anyone experienced such a problem?
