Hello,
I have some issues trying to open/control an IE browser window. This is actually my first step in the desktop flow.
I can see that it opens the given link, but then it stops the flow. If i change that link with say google.com it will have no issues in moving to the next step.
I assume the problem might be coming from the website address i`m trying to access, but i don`t have access to the backend so can`t really do any troubleshooting. Any idea what could be causing this? And would there be any workarounds?
Detailed error below:
Robin.Core.ActionException: Failed to assume control of Internet Explorer (navigation to URL failed). ---> System.Runtime.InteropServices.COMException: Error HRESULT E_FAIL has been returned from a call to a COM component.
at SHDocVw.IWebBrowser2.get_Document()
at Robin.Plugin.IE.WatiN.Core.Native.InternetExplorer.IENativeBrowser.get_IsOKWithIHtmlWindowPermissions()
at Robin.Plugin.IE.WatiN.Core.Native.InternetExplorer.IEWaitForComplete.WaitForCompleteOrTimeout()
at Robin.Plugin.IE.WatiN.Core.InternetExplorer.WaitForComplete(Int32 waitForCompleteTimeOut, Int32 fallbackWaitingTimeForReadyStateWorkaroundInMilliseconds, Boolean waitForFramesToCompleteAsWell)
at Robin.Plugin.IE.WatiN.Core.Browser.GoTo(Uri url)
at Robin.Plugin.IE.WatiN.Core.InternetExplorer.FinishInitialization(Uri uri)
at Robin.Plugin.IE.WatiN.Core.InternetExplorer.CreateNewIEAndGoToUri(Uri uri, Boolean createInNewProcess, Nullable`1 jumpstartShowStyle)
at Robin.Modules.WebAutomation.Actions.WebAutomationActions.LaunchNewInternetExplorer(Variant initialUrl, Variant internetExplorerTabTitle, Variant internetExplorerTabUrl, Variant dialogButtonToPress, Variant customUserAgentString, Variant& webBrowserInstance, Int32 operation, Int32 windowState, Int32 attachMode, Boolean waitForWebPageToLoad, Int32 courseOfActionIfDialogAppears, Boolean clearCache, Boolean clearCookies, Boolean userAgentStringCustomNotAutomatic)
--- End of inner exception stack trace ---
at Robin.Modules.WebAutomation.Actions.LaunchInternetExplorerBase.Execute(ActionContext context)
at Robin.Runtime.Engine.ActionRunner.RunAction(String action, Dictionary`2 inputArguments, Dictionary`2 outputArguments, IActionStatement statement)