Hi Team, I'm facing the selector flow issue while automating the web application, please guide me on how to proceed further to resolve the selector issue. Let me know if required any further inputs from my end.
Below is the error for your reference :
Microsoft.Flow.RPA.Desktop.Modules.SDK.ActionException: Element with selector 'html > body > span > div:eq(1) > form > span:eq(1) > table:eq(0) > tbody > tr > td > table > tbody > tr:eq(0) > td:eq(0) > div > a > div:eq(1) > div:eq(1) > div > div:eq(2)' not found. ---> Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.Exceptions.ElementNotFoundException: Exception of type 'Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.Exceptions.ElementNotFoundException' was thrown.
at Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.WebAutomationResultExtensions.ThrowIfError(WebAutomationResult result, String cssSelector, String option)
at Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.WebAutomationActions.ClickLinkOnWebPage(Variant webBrowserInstance, Variant cssSelectorOfElementToClick, Variant dialogButtonToPress, Boolean waitForPageToLoad, Int32
courseOfActionIfDialogAppears, Boolean mouseClick)
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)