On Tue, Oct 18, 2005 at 03:47:02PM -0700, vernon viles wrote: > Hi Paul, > > Thanks for replying. Alas, I am still doing something > wrong. Please find attached the exact steps I'm > taking. I must be doing one of these steps incorrectly > because I can't get the google test to work.
<snip> > 2. Enter the following into the user.js file: > > user_pref("capability.policy.policynames", "localselenium"); > user_pref("capability.policy.localselenium.sites", "file://"); > /* Or if using the server method > user_pref("capability.policy.localselenium.sites", "http://testingserver"); > */ > user_pref("capability.policy.localselenium.javascript.enabled", "allAccess"); > user_pref("capability.policy.localselenium.DOMParser", "allAccess"); > user_pref("capability.policy.localselenium.HTMLDocument.getElementsByName", > "allAccess"); > user_pref("capability.policy.localselenium.HTMLDocument.evaluate", > "allAccess"); > user_pref("capability.policy.localselenium.HTMLInputElement.value", > "allAccess"); > user_pref("capability.policy.localselenium.HTMLInputElement.dispatchEvent", > "allAccess"); > user_pref("capability.policy.localselenium.HTMLAnchorElement.dispatchEvent", > "allAccess"); > user_pref("capability.policy.localselenium.HTMLAnchorElement.href", > "allAccess"); > user_pref("capability.policy.localselenium.History", "allAccess"); > user_pref("capability.policy.localselenium.DOMException", "allAccess"); > user_pref("capability.policy.localselenium.Location", "allAccess"); > user_pref("capability.policy.localselenium.SOAPCall", "allAccess"); > user_pref("capability.policy.localselenium.Window.alert", "allAccess"); > user_pref("capability.policy.localselenium.Window.confirm", "allAccess"); > user_pref("capability.policy.localselenium.Window.open", "allAccess"); > user_pref("capability.policy.localselenium.Window.closed", "allAccess"); > user_pref("capability.policy.localselenium.Window.addEventListener", > "allAccess"); > user_pref("capability.policy.localselenium.Window.document", "allAccess"); > user_pref("capability.policy.localselenium.Window.location", "allAccess"); > user_pref("capability.policy.localselenium.XMLHttpRequest.open", "allAccess"); > user_pref("capability.policy.localselenium.checkloaduri", "allAccess"); Looks like you've omitted the lines enabling codebase principal support and granting the capabilities. -- paul _______________________________________________ Selenium-users mailing list Selenium-users@lists.public.thoughtworks.org http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users