cancel
Showing results for 
Search instead for 
Did you mean: 

Object Reference error while navigating using Navigate stage

PrakashVK
Level 2
we are getting object reference error when navigating to a URL after launching a website and logged in. Details steps below. 1. Launch a web site. Key in the credentials (user id and password) and submit 2. Next, Using stage "Navigate -> Navigate action, open a URL. 3. Will get "Object Reference error". If we launch as website and without logging if we tried to navigate to a URL, it is able to navigate and its working fine. But after logging in, then we try to navigate it fails. This is happening only if we try using Blue prism. Manually the above steps works fine. Please let us know if any one of you come across this and found a solution.
2 REPLIES 2

RadoslavHiko
Level 4
Try to add the following DWORD to the registry Path: HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main DWORD: TabProcGrowth Value: 0

Prabhakara_Kuma
Level 4
Open URLs using ""Start Process"" action and pass ""Iexplore, URL"" as parameters, instead of Launch action. Try applying this wherever facing this error.