Hi Chris,
If you close AND reopen the browser in one coded step the test will continue. Modify your next step to assume the browser is open and only do the NavigateTo.
Regards,
Cody
Telerik
If you close AND reopen the browser in one coded step the test will continue. Modify your next step to assume the browser is open and only do the NavigateTo.
ActiveBrowser.Close();Manager.LaunchNewBrowser();Regards,
Cody
Telerik