I recorded some desktop actions:
1. Open new tab (chrome)
2. Go to URL
3. Type something in a search textbox
When I reproduce it, I get the error below immediately.
Any idea?
Microsoft.Flow.RPA.Desktop.Robin.SDK.ActionException: Click failed (failed to get window) ---> Microsoft.Flow.RPA.Desktop.Modules.UIAutomation.Actions.Exceptions.WindowNotFoundException: Exception of type 'Microsoft.Flow.RPA.Desktop.Modules.UIAutomation.Actions.Exceptions.WindowNotFoundException' was thrown.
at Microsoft.Flow.RPA.Desktop.Modules.UIAutomation.Actions.UIAutomationActionsDispatcher.FindWindow(Variant windowSelector, Guid windowId)
at Microsoft.Flow.RPA.Desktop.Modules.UIAutomation.Actions.UIAutomationActionsDispatcher.ClickElementInWindow(Variant windowSelector, Variant controlSelector, Variant offsetX, Variant offsetY, Guid windowId, Int32 clickType, Int32 elementRectangleSubsector, Int32 automationImpl)
at Microsoft.Flow.RPA.Desktop.Modules.UIAutomation.Actions.ClickElementInWindow.Execute(ActionContext context)
--- End of inner exception stack trace ---
at Microsoft.Flow.RPA.Desktop.Modules.UIAutomation.Actions.ClickElementInWindow.Execute(ActionContext context)
at Microsoft.Flow.RPA.Desktop.Robin.Engine.ActionRunner.RunAction(String action, Dictionary`2 inputArguments, Dictionary`2 outputArguments, IActionStatement statement)