Hello,
I've had this Flow running decently for months now, but it has failed the last 3 times in the same spot with the same error. It does the first loop and then the 2nd loop I get this error :
Problem while executing action 'Click'. Click link on web page failed.
Microsoft.Flow.RPA.Desktop.Modules.SDK.ActionException: Click link on web page failed. ---> System.Exception: Failed to wait for page to load. Page didn't load or lost communication with browser.
at Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.WebAutomationRuntime.ExecuteWebAutomationActionCore[T](IWebAutomationBrowser automationBrowser, WebAutomationOptions webAutomationOptions, Func`3 coreFunction, Predicate`1 successCondition)
at Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.WebAutomationRuntime.ExecuteWebAutomationActionCore(IWebAutomationBrowser automationBrowser, WebAutomationOptions webAutomationOptions, Func`3 coreFunction)
at Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.WebAutomationRuntime.ClickLinkOnWebPageMouse(IWebBrowserInstanceFacade webBrowserInstanceVariant, String cssSelectorForLinkElement, WebAutomationOptions webAutomationOptions, ClickType clickType, RectangleEdgePoint mousePointRelativeToElement, Int32 offsetX, Int32 offsetY)
at Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.ClickBase.Execute(ActionContext context)
--- End of inner exception stack trace ---
at Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.ClickBase.Execute(ActionContext context)
at Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments)
Has something changed recently that would cause this all of a sudden?

Report
All responses (
Answers (