From: Raveendran .P on
Hi,

Have you tried this solution -->

http://groups.google.com/group/selenium-ruby/browse_thread/thread/2de7c8518d558f6c/0e1c7cf3866f15f8?fwc=1


The solution is,

Yes. We can able to set the predefined profile.

When start the Selenium RC --> mention ur profile details like this

>java -jar selenium-server.jar -firefoxProfileTemplate "C:\Documents and Settings\Administrator\Application Data\Mozilla\Firefox\Profiles\4sdo3eff.default"

--
Posted via http://www.ruby-forum.com/.

From: Anait Markosian on
Raveendran .P wrote:
> Hi,
>
> Have you tried this solution -->
>
> http://groups.google.com/group/selenium-ruby/browse_thread/thread/2de7c8518d558f6c/0e1c7cf3866f15f8?fwc=1
>
>
> The solution is,
>
> Yes. We can able to set the predefined profile.
>
> When start the Selenium RC --> mention ur profile details like this
>
>>java -jar selenium-server.jar -firefoxProfileTemplate "C:\Documents and Settings\Administrator\Application Data\Mozilla\Firefox\Profiles\4sdo3eff.default"

Thanks Raveendran, setting a special firefox profile for Selenium RC to
use worked!
How about IE? Are there any tricks to go around cert warnings in IE?
--
Posted via http://www.ruby-forum.com/.