This is a migrated thread and some comments may be shown as answers.

Chrome error. NavigateTo

1 Answer 100 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ildar
Top achievements
Rank 1
Ildar asked on 10 Jul 2012, 09:49 AM
Hi. 
I have problem. My test failed in Chrome browser, other browsers work fine.
I launch browser (chrome). Then  I try NavigateTo and test fails.

Manager.LaunchNewBrowser(BrowserType.Chrome);
System.Threading.Thread.Sleep(5000); 
ActiveBrowser.NavigateTo("http://sftfsdev01.tymetrix.com/ReSkin");
            
I tried to set a delay but this didn't help.

Exception text:

ArtOfTest.WebAii.Exceptions.ExecuteCommandException was unhandled by user code
  HResult=-2146233088
  Message=ExecuteCommand failed!
BrowserCommand (Type:'Action',Info:'NotSet',Action:'NavigateTo',Target:'null',Data:'http://sftfsdev01.tymetrix.com/ReSkin',ClientId:'84ea2e5a-0c26-4045-bc93-97431b8d5c8b',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'False',Response:'')
InnerException: System.TimeoutException: Timed out waiting for command to be handled
   at ArtOfTest.WebAii.Messaging.Process.BrowserHttpRemoted.ProcessBrowserRequest(BrowserCommand command, String requestId, Int32 timeout)
   at ArtOfTest.WebAii.Messaging.Process.BrowserHttpRemoted.ProcessBrowserRequest(BrowserCommand command, String requestId)
   at ArtOfTest.WebAii.Core.Browser.ExecuteCommandInternal(BrowserCommand request)

Could you help me, please.

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 13 Jul 2012, 10:47 AM
Hi Ildar,

I wasn't able to reproduce the issue you are experiencing using the same code, so I'll need to test the issue first-hand to get to the bottom of it. Since your app appears to be private, you could record a Fiddler Trace and send it to me in a .zip file. You can download the Fiddler application from here. That way I can test against the trace locally as if it were your actual site. Alternatively you could provide a public site that demonstrates the same behavior.

All the best,
Plamen
the Telerik team
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
Tags
General Discussions
Asked by
Ildar
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or