@korhojoa wrote:
Scenario: Running robot that interacts with browser to copy some elements and download files randomly gets a “Synthetizing keys failure.” and terminates execution.
Steps to reproduce: Run a robot that interacts with browser on a loop until failure occurs.
Current Behavior: UiPath.Core.ElementOperationException: Write text failed. —> System.Runtime.InteropServices.COMException: Synthetizing keys failure.
at UiPath.UiNodeClass.WriteText(String text, UiInputMethod inputMethod)
at UiPath.Core.UiElement.WriteText(String text, InputMethod method)
— End of inner exception stack trace —
at UiPath.Core.Activities.InvokeWorkflowFile.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)Expected Behavior: Function normally, since the same code works most of the time, it randomly just does not work. There are no variable inputs in the ‘keys to be synthesized’, as this is pressing keyboard shortcuts to download files in IE.
Studio/Robot/Orchestrator Version: Studio 2017.1.6435
Last stable behavior: None
Last stable version: None
OS Version: Windows 7 Enterprise (6.1, build 7601, SP1)
Others if Relevant: (workflow, logs, .net version, service pack, etc):
.NET 4.0.30319.42000 (according to Studio)
Posts: 27
Participants: 10