Re: [Selenium-users] user.js for firefox

2005-10-18 Thread vernon viles
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

Re: [Selenium-users] user.js for firefox

2005-10-18 Thread Mike Williams
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, MikeWhttp://www.dogbiscuit.org/mdub/ _

Re: [Selenium-users] user.js for firefox

2005-10-18 Thread vernon viles
OK, not even the files technique is working. I must be doing something wrong. If Paul is out there, did the file technique work for you? --- vernon viles <[EMAIL PROTECTED]> wrote: > Hi, trying to bypass the sameOrigin problem with > firefox. I've never written a user.js file before > but > after

[Selenium-users] user.js for firefox

2005-10-18 Thread vernon viles
Hi, trying to bypass the sameOrigin problem with firefox. I've never written a user.js file before but after reading the docs at mozilla I came up with the following 3 lines. It doesn't work, can't even get past a "click and wait" command in sellenium. I don't know why it doesn't work. Here is what