Hi,
I am trying to automate my CRM application, wherein I am stuck with UI element selection.
Getting errors while executing the flow , with Click link on webpage, Click UI element in Window, and populate text etc., almost all the actions.
Checked the selectors..they are not dynamic..values are not changing everytime the page loads.
Tried with other alternatives of mouse hovering etc...which is not helpful.
Robin.Core.ActionException: Click failed (failed to get window) ---> Robin.Shared.Runtime.ActionException: Click failed (failed to get window)
at Robin.Modules.UIAutomation.Actions.UIUtils.TryFuncThrowExceptionIfNull[T](Func`1 func, ActionException ae)
--- End of inner exception stack trace ---
at Robin.Modules.UIAutomation.Actions.ClickElementInWindow.Execute(ActionContext context)
at Robin.Runtime.Engine.ActionRunner.RunAction(String action, Dictionary`2 inputArguments, Dictionary`2 outputArguments, IActionStatement statement)
Help please!!!