22-10-20 08:33 AM
Dear Blue Prism community,
At the Business Object level within the Navigate Stage I am trying to apply Global Send Keys action. Every time I insert Value for the Inputs without setting the Interval, the Inputs Set automatically turns 'No' and the action is not performed when the process is started. When I insert Interval Value, the Send Keys action is performed correctly. However, I cannot use Interval Input when trying to Send Keys such as Ctrl or Enter (due to: "Special characters (~{}+^%) are not supported in SendKeys if an interval value is provided."). The Element in the Navigate Stage contains the main window of the application.
After going through the Blue Prism Foundation Academy, Send Keys Guide and Surface Automation Training, I am still not able to fix this issue.
Appreciate your assistance.
22-10-20 01:48 PM
22-10-20 01:55 PM
22-10-20 02:19 PM
22-10-20 02:27 PM
Blue Prism executes the process smoothly without any error till the end. However, there are no outcomes performed. See examples below:
For the same Actions:
Scenario 1) Inputs -> Text -> Value: "Hello" | Interval: 0.1 -> Blue Prism executes the process and "Hello" is written
Scenario 2) Inputs -> Text -> Value: "Hello" -> Blue Prism Executes the process but "Hello" is not written
22-10-20 06:41 PM
Not even the H is written?
Also, my question was more directed toward Ctrl not working. I may have misunderstood, but I thought you were just having issues with that.
My suggestion would be to use two rows in that Navigate stage. The first row would write 'Hello' and you can set the Interval to 0.1. And then the second row would send {ENTER} and the Interval should be left blank.
26-10-20 08:23 AM
01-04-22 06:13 PM