saucepleez / taskt

taskt (pronounced 'tasked' and formely sharpRPA) is free and open-source robotic process automation (rpa) built in C# powered by the .NET Framework
http://www.taskt.net/
1.1k stars 352 forks source link

Send Keystrokes clearing brackets in text #234

Closed RedRenar closed 3 years ago

RedRenar commented 4 years ago

Hello! This is the code: {"$type":"taskt.Core.Automation.Commands.SendKeysCommand, taskt","v_WindowName":"Current Window","v_TextToSend":"filename(1).doc","v_EncryptionOption":"Not Encrypted","CommandID":"acc4e1e4-3b9d-4802-bffd-b85a829221e1","CommandName":"SendKeysCommand","IsCommented":false,"SelectionName":"Send Keystrokes","DefaultPause":0,"LineNumber":0,"PauseBeforeExeucution":false,"DisplayForeColor":"SteelBlue","v_Comment":"Вставить имя файла","CommandEnabled":true,"CustomRendering":true} Here we can see that text to send is "filename(1).doc"

but the overall result is "filename1.doc" .

Please fix it

saucepleez commented 3 years ago

That is the expected outcome. Please open a new issue and further elaborate on what issue you are experiencing.