Great thanks! Could not find that in the documentation. So far I like webtest way better than Selenium.
Anyone has any ideas if or when Chrome and Safari will be supported? Sent from my iPhone On 2012-11-21, at 7:24 PM, Marlon Palo <[email protected]> wrote: > You can do it in the config element, just add the 'browser' parameter. > > <config > host="localhost" > protocol="http" > browser="IE8" > port="8080" > saveresponse="true" > easyajax="true" > useInsecureSSL="true"> > > <option name="ThrowExceptionOnScriptError" value="false"/> > <option name="ThrowExceptionOnFailingStatusCode" value="false"/> > > </config> > > > As far as I know, IE8 or FF3 are supported. > > > > > From: [email protected] > > To: [email protected] > > Subject: [Webtest] Change the Browser > > Date: Wed, 21 Nov 2012 18:07:02 -0500 > > > > Hi all, > > > > New to webtest and so far I like it. > > > > I see that my test run as IE6, how can I change it to like FireFox or IE8 ? > > > > Sent from my iPhone > > _______________________________________________ > > WebTest mailing list > > [email protected] > > http://lists.canoo.com/mailman/listinfo/webtest

