How to move to another URL without creating new istance of IwebDriver?
All I want is to stay on the same browser just close the current page and open the new one.
I have tried just to navigate driver to another page second time but it didn't work. Something like this:
Driver.Navigate().GoToUrl("http://www.outlook.com/");
Any suggestions?