I'm using a third party JavaScript library and it has lots of JavaScript conditions for browser incompatibilities. However, the JavaScript inevitably miscalculates the type of browser and then tries to utilize features that the WebTest browser does not support. This results in lots of errors in scripts on the page. Is there any workaround for this (e.g. using an IE plugin)? I am attempting to test our integration of the Ajax-style library, so I have to run with JavaScript enabled. I saw that the scriptStep does not support accesing functions on the page under test. Is there any way to get access to that context from WebTest? wes

