UiPath Error : Desktop has been disconnected while performing UI actions

UiPath Error : Desktop has been disconnected while performing UI actions

我正在使用 UiPath 来自动化我们通过网站完成的一些手动任务。但由于某种原因,我收到以下错误。当我单击 link 并加载新页面时会发生这种情况。在新网页中,我尝试单击一个按钮,但出现以下错误。

请注意,我没有使用 RDP 进行自动化。

"Desktop has been disconnected while performing UI actions"

19:03:56.3586 Error {"message":"Click 'INPUT btnReset' : Desktop has been disconnected while performing UI actions.","level":"Error","timeStamp":"2017-05-05T19:03:56.3586114+05:30","windowsIdentity":"ENT\VS","processName":"TestProject","processVersion":"2017.1.6334.30035","fileName":"Seq_OptionsAtOpenCustomer","jobId":"0fd0eaaf-e7be-4ec6-83b6-09a3c2a29d96","robotName":"ENT\VS"}

几天前我没有使用 RDP 时收到了同样的错误消息,经过一些研究,通过恢复到旧版本的软件解决了这个问题 - 目前最新版本 (2017.1) 存在错误.6309).

关于UiPath官网上的技术支持,建议暂时使用2016.2版本,bug修复还没有发布。

希望对您有所帮助。