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

ActiveBrowser.Navigate Question

1 Answer 47 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Vkid12
Top achievements
Rank 1
Vkid12 asked on 27 Mar 2015, 04:35 PM
I'm trying to navigate to an link but that link is stored in an string variable. When i run the test, i'm getting object reference is not set to an instance of an object.

ex: string link = "http://www.google.com";

 ActiveBrowser.NavigateTo(link, true);

1 Answer, 1 is accepted

Sort by
0
Ivaylo
Telerik team
answered on 01 Apr 2015, 11:10 AM
Hеllo,

This should work without any problems, please provide more details on how you are using the code. Providing sample project will be the best way to proceed.

Here is a sample video demonstration (no audio) which works like a charm on my end.

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