Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (12.7k points)

RPA-Blueprism - Global Send Keys - Input text which has '(' is not working. Only the text gets entered without brackets, please assist. Ex: 'Paste (Text)' is the text I want to send, however, the text is sent to the field as 'Paste Text'

1 Answer

0 votes
by (29.5k points)

Global Send Keys internally uses System.Windows.Forms.SendKeys, so characters like braces or parentheses must be escaped.

One workaround is using the Calculation stage with several Replace instructions, replacing the problematic characters with the escaped version.

other is you can use

"Paste {(}Text{)}".

For more information about System.Windows.Forms.SendKeys check the following MSDN link
https://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys(v=vs.110).aspx

Related questions

0 votes
1 answer
0 votes
1 answer
asked Jul 25, 2019 in RPA by noah kapoor (5.3k points)
0 votes
1 answer
0 votes
1 answer
asked Jul 11, 2019 in RPA by Abhishek_31 (12.7k points)

Browse Categories

...