You can change the Selenium test to use a different "browser", e.g. for example HtmlUnit and set up HtmlUnit to not run Javascript.
E.g. https://fisheye.codehaus.org/browse/~br=tag%3Atapestry-jdo-module-0.0.1/tynamo/tags/tapestry-jdo-module-0.0.1/tapestry-jdo/src/test/java/org/tynamo/jdo/integration/WebdriverSeleniumTestCase.java?r=2021 Alex K On Thu, Aug 16, 2012 at 12:14 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Thu, 16 Aug 2012 12:00:08 -0300, trsvax <trs...@gmail.com> wrote: > > I've got a bug that occurs where the browser has Javascript disabled. Is >> there a way to run a Tapestry Selenium test and to tell the browser to >> disable Javascript for that test? >> > > Nope, as the part of Selenium that runs in the browser is written in > JavaScript itself. You'll need to use some other web integration test > framework instead. > > -- > Thiago H. de Paula Figueiredo > > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > users-unsubscribe@tapestry.**apache.org<users-unsubscr...@tapestry.apache.org> > For additional commands, e-mail: users-h...@tapestry.apache.org > >