Sending ENTER with send keys does not work anymore

Discuss RoboTask here
Post Reply
abackhaus
Posts: 6
Joined: Thu Jul 20, 2023 1:57 pm
Location: Basel Area/Switzerland

Sending ENTER with send keys does not work anymore

Post by abackhaus »

Hi
I do have a task that selects a specific window, gets the focus on that window and then I use send keystrokes to fill text followed by the ENTER-key into that window.

In the send keystroke action window I entered the text that I want to fill in, followed by {ENTER} (inserted with the little button in the GUI).

The whole task runs without any complains but the ENTER-key is not sent. The receiving window just stands with the filled in text. Usually it should close with sending ENTER-key.

I had this working without any problems and changes to my action sequence somewhen before and I do not have any idea why it is not working anymore.

Maybe you can point me into the right direction ?

Thanks and regards Albrecht
Rukbunker
Posts: 194
Joined: Mon Feb 22, 2016 4:06 pm
Location: Netherlands

Re: Sending ENTER with send keys does not work anymore

Post by Rukbunker »

Just try to split that function to eliminate. Like this, it helps with diagnosing where the problem really resides.
Knipsel.JPG
Knipsel.JPG (16.94 KiB) Viewed 625 times
abackhaus
Posts: 6
Joined: Thu Jul 20, 2023 1:57 pm
Location: Basel Area/Switzerland

Re: Sending ENTER with send keys does not work anymore

Post by abackhaus »

I tried that.

The result is the same. The text is filled in and {ENTER} is not sent.
Rukbunker
Posts: 194
Joined: Mon Feb 22, 2016 4:06 pm
Location: Netherlands

Re: Sending ENTER with send keys does not work anymore

Post by Rukbunker »

Can you post your task here?
Post Reply