trying something of this form
Manager.LaunchNewBrowser(
BrowserType.FireFox,false);
ActiveBrowser.NavigateTo(
"http://www.google.com");
Am I missing anything
throws exception:
System.InvalidOperationException: Sequence contains no elements
at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
at ArtOfTest.WebAii.Core.Manager.LaunchNewBrowser(BrowserType browserToLaunch, Boolean waitForBrowserToConnect, ProcessWindowStyle windowStyle, String arguments)
at ArtOfTest.WebAii.Core.Manager.LaunchNewBrowser(BrowserType browserToLaunch, Boolean waitForBrowserToConnect, ProcessWindowStyle windowStyle)
at ArtOfTest.WebAii.Core.Manager.LaunchNewBrowser(BrowserType browserToLaunch, Boolean waitForBrowserToConnect)
at WebTests.NavTest1.TestMethod1() in D:\NAVSrc\Main\CMA.VM\WebTests\NavTest1.cs:line 96