Hi Mike,

Thanks, I tried that, but still no go. I thought that
would only apply to the prefs.js file which gets
overwritten by firefox. I think user.js just gets read
into firefox on opening then it saves those changes in
prefs.js. I checked prefs.js and I did see my entries
from user.js in there so I at least know its getting
into fire fox. about:config didn't show any trace of
them though.

Have you got this working with firefox? If so then at
least I know it can be done. If I could at least get
the GoogleTest working then I would know its
possible.It might be that I just need to add more
options. Paul had these options which I've tried
adding:

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");  

--- Mike Williams <[EMAIL PROTECTED]> wrote:

> Vernon, try editing the file with Firefox *closed*.
> 
> Alternatively, type "about:config" in the Firefox
> Location bar, and 
> you'll get a handy (if bare-bones) configuration UI.
> 
> -- 
> cheers, MikeW                           
> http://www.dogbiscuit.org/mdub/
> _______________________________________________
> Selenium-users mailing list
> Selenium-users@lists.public.thoughtworks.org
>
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users
> 



        
                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to