09-30-2009, 04:23 PM
To navigate to another url you will have to use Navigate method of Browser object.
So when you are open with an application and you need to navigate to another then you should use Navigate method again withe the required url. or if your test case allows you can use Back method as well.
have you looked at the example above in the earlier post.
what Deepak is trying to say is much advanced to this, in case you have many url needs to open and back to the earlier one
the you can use datatable to store the links and use as per your need with navigate method.
i will suggest you use the simple one first.
So when you are open with an application and you need to navigate to another then you should use Navigate method again withe the required url. or if your test case allows you can use Back method as well.
have you looked at the example above in the earlier post.
what Deepak is trying to say is much advanced to this, in case you have many url needs to open and back to the earlier one
the you can use datatable to store the links and use as per your need with navigate method.
i will suggest you use the simple one first.