Hi,
I am using Selenium to do some web testing. My code looks like this:
selenium = new DefaultSelenium("localhost", 80, "*firefox", "http://www.google.co.uk/firefox?client=firefox-a&rls=org.mozilla:en-GB:official"); ;
selenium.Start();
selenium.GetText("/html/body[@id='mozilla-com']/div[1]/div[2]/div[2]/h2/span");
However, I get an error stating:
The remote server returned an error: (401) Unauthorized.
Anyone have any ideas why?
Thanks