how do you change it to use firefox instead of IE? > From: [email protected] > To: [email protected] > Subject: Re: [Webtest] Java Script issue > Date: Tue, 3 Mar 2009 09:53:00 +0100 > > Hi, > > rather to disable JS, you can ignore JS errors, or best: fix JS errors > when they exist in your application or report JS errors when they are > due to limitations in HtmlUnit. > You can try to simulate Firefox rather than IE, it may fix your problem. > > Cheers, > Marc. > -- > Web: http://www.efficient-webtesting.com > Blog: http://mguillem.wordpress.com > > jpyork wrote: > > So I had a javascript error that was stopping me from advancing my test, so > > I > > added the following to my script to get around it: > > > > <enableJavaScript description="Disable javascript to avoid bugs" > > enable="False"/> > > > > This worked and I was able to get to the next page and do a <verifyTitle> > > step to make sure I got to the next page. > > > > Now my issue is that on the next page I have 3 "buttons" and they are all > > coded in JS, to finish my test all I want to do is click on one of these > > buttons, but I just get an error when trying to do so. Would this because I > > have disabled javascript with the above setting and if so, is there a way > > around it so I can click on one of these buttons and continue one? > > _______________________________________________ > WebTest mailing list > [email protected] > http://lists.canoo.com/mailman/listinfo/webtest
_________________________________________________________________ Share photos with friends on Windows Live Messenger http://go.microsoft.com/?linkid=9650734

