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

ActiveBrowser.NavigateTo Not Working After Visual Studio and IE Upgrade

3 Answers 131 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Tim Costantino
Top achievements
Rank 1
Tim Costantino asked on 24 Nov 2013, 05:28 AM
I recently updated to Visual Studio 2013 and IE11 and now my Automated UI tests are no longer working...

Issue: NavigateTo no longer appears to be working.  The browser launches but the page simply stays on "Blank".

Any ideas on how to fix?

Code:

// Initialize the settings
Settings mySettings = new Settings();
 
// Set the default browser
mySettings.Web.DefaultBrowser = BrowserType.InternetExplorer;
 
// Create the manager object
Manager myManager = new Manager(mySettings);
 
// Start the manager
myManager.Start();
 
// Launch a new browser instance. [This will launch an IE instance given the setting above]
myManager.LaunchNewBrowser();
myManager.ActiveBrowser.WaitUntilReady();
 
// Navigate to a certain web page
myManager.ActiveBrowser.NavigateTo("http://www.thewebsite.com");
 
//Never actually loads the website above. )c:

   

3 Answers, 1 is accepted

Sort by
0
Velin Koychev
Telerik team
answered on 28 Nov 2013, 09:35 AM
Hi Tim,

The reason why you are experiencing these issues is because we do not yet support Visual Studio 2013. We already have a feature request logged for this,  and our developers are working hard, so we could have a preview next month. 

Thank you for your understanding.

Regards,
Velin Koychev
Telerik
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
0
Anurag
Top achievements
Rank 1
answered on 29 Nov 2013, 05:54 PM
Hi Veliv - I am using visual studio 2012 and i just copied the code from above and yet the navigateTo is not working. any idea?

Anurag
0
Velin Koychev
Telerik team
answered on 04 Dec 2013, 10:07 AM
Hello Anurag,

I am not able to reproduce this issue. This code sample works just fine on my machine. I've recorded a short video for demonstration. Am I doing something different than you? 

Could you please describe me better your environment - what OS you are using and version of Telerik Testing Framework.
Can you try to reproduce this issue with our latest internal build 2013.1.1120. You can download it from here

Looking forward to hearing from you.

Regards,
Velin Koychev
Telerik
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
Tags
General Discussions
Asked by
Tim Costantino
Top achievements
Rank 1
Answers by
Velin Koychev
Telerik team
Anurag
Top achievements
Rank 1
Share this question
or