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

Not able to run in chrome browser..

4 Answers 133 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Surya
Top achievements
Rank 1
Surya asked on 26 Aug 2011, 05:36 PM

Navigating to chrome  the browser hangs up and doesn't navigate to  url instead it is navigating to  http://localhost:4085/WebUI?1165246048

4 Answers, 1 is accepted

Sort by
0
Anthony
Telerik team
answered on 26 Aug 2011, 10:59 PM
Hello Surya,

Please read this troubleshooting guide article which addresses this exact topic. Also ensure Chrome is configured to our recommendations.

All the best,
Anthony
the Telerik team
Vote for Telerik Test Studio at the Annual Automation Honors Voting!
0
Surya
Top achievements
Rank 1
answered on 29 Aug 2011, 04:57 PM
I did tried all the above things but, nothing worked out for me.. I have WebUI - Version: 2011.1.712.0(Testing framework) in my machine.. Do you want me to upgrade to 2011.1.825???
0
Anthony
Telerik team
answered on 29 Aug 2011, 05:49 PM
Hi Surya,

You can certainly give the upgrade a try as we have implemented many fixes in the new build. However I'm not confident this will resolve your issue with Chrome.

What version of Chrome do you have? Does the same test work in the other browsers? Please provide the code of your test so I can run it locally to troubleshoot.

Greetings,
Anthony
the Telerik team
Vote for Telerik Test Studio at the Annual Automation Honors Voting!
0
Surya
Top achievements
Rank 1
answered on 29 Aug 2011, 07:31 PM
Right now browser is opening but throwing exception. This code works fine with IE,FF browsers.
Chrome version : 13.0.782
My code :
 Manager _MyManager = null;
            Browser _WebAiiBrowser = null;
            ArtOfTest.WebAii.Core.Settings aSettings = new ArtOfTest.WebAii.Core.Settings(new Settings.WebSettings(BrowserType.Chrome));
            _MyManager = new Manager(aSettings);
            _MyManager.Start();

            _MyManager.LaunchNewBrowser();
            _WebAiiBrowser = _MyManager.ActiveBrowser;
            
            // Navigate to a certain web page
           _WebAiiBrowser.NavigateTo("http://www.google.com");
            _WebAiiBrowser.Stop(); 

throwing the exception @   _WebAiiBrowser.Stop(); 


Exception :

Server Error in '/' Application.

ExecuteCommand failed!
InError set by the client. Client Error:
Stop not implemented
BrowserCommand (Type:'Action',Info:'NotSet',Action:'Stop',Target:'null',Data:'',ClientId:'ed57f15c-0c41-42f4-8762-e5a64581afa3',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'True',Response:'Stop not implemented')
InnerException: none.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: ArtOfTest.WebAii.Exceptions.ExecuteCommandException: ExecuteCommand failed!
InError set by the client. Client Error:
Stop not implemented
BrowserCommand (Type:'Action',Info:'NotSet',Action:'Stop',Target:'null',Data:'',ClientId:'ed57f15c-0c41-42f4-8762-e5a64581afa3',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'True',Response:'Stop not implemented')
InnerException: none.

Tags
General Discussions
Asked by
Surya
Top achievements
Rank 1
Answers by
Anthony
Telerik team
Surya
Top achievements
Rank 1
Share this question
or