<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to: Running Multiple Firefox Instances</title>
	<atom:link href="http://www.stanleyshilov.com/blog/how-to-run-multiple-firefox-instances/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stanleyshilov.com/blog/how-to-run-multiple-firefox-instances/</link>
	<description>Web Development with a twist of Affiliate Marketing</description>
	<lastBuildDate>Thu, 08 Jul 2010 18:34:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dchuk</title>
		<link>http://www.stanleyshilov.com/blog/how-to-run-multiple-firefox-instances/comment-page-1/#comment-1378</link>
		<dc:creator>dchuk</dc:creator>
		<pubDate>Wed, 31 Mar 2010 07:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.stanleyshilov.com/?p=192#comment-1378</guid>
		<description>So I finally started digging...apparently, if you just pass a :profile =&gt; &quot;example_profile&quot; to the browser.new function, it should load that profile. This would be perfect if coupled with a script that checked to see if a profile existed for whatever app you&#039;re running, and if it doesn&#039;t exist, creates a basic one, then continues on to launching the browser. 

 # Description:
    # Starts the firefox browser.
    # On windows this starts the first version listed in the registry.
    #
    # Input:
    # options - Hash of any of the following options:
    # :waitTime - Time to wait for Firefox to start. By default it waits for 2 seconds.
    # This is done because if Firefox is not started and we try to connect
    # to jssh on port 9997 an exception is thrown.
    # :profile - The Firefox profile to use. If none is specified, Firefox will use
    # the last used profile.
    # :suppress_launch_process - do not create a new firefox process. Connect to an existing one.
    
    # TODO: Start the firefox version given by user.</description>
		<content:encoded><![CDATA[<p>So I finally started digging&#8230;apparently, if you just pass a :profile =&gt; &#8220;example_profile&#8221; to the browser.new function, it should load that profile. This would be perfect if coupled with a script that checked to see if a profile existed for whatever app you&#8217;re running, and if it doesn&#8217;t exist, creates a basic one, then continues on to launching the browser. </p>
<p> # Description:<br />
    # Starts the firefox browser.<br />
    # On windows this starts the first version listed in the registry.<br />
    #<br />
    # Input:<br />
    # options &#8211; Hash of any of the following options:<br />
    # :waitTime &#8211; Time to wait for Firefox to start. By default it waits for 2 seconds.<br />
    # This is done because if Firefox is not started and we try to connect<br />
    # to jssh on port 9997 an exception is thrown.<br />
    # :profile &#8211; The Firefox profile to use. If none is specified, Firefox will use<br />
    # the last used profile.<br />
    # :suppress_launch_process &#8211; do not create a new firefox process. Connect to an existing one.</p>
<p>    # TODO: Start the firefox version given by user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dchuk</title>
		<link>http://www.stanleyshilov.com/blog/how-to-run-multiple-firefox-instances/comment-page-1/#comment-1371</link>
		<dc:creator>dchuk</dc:creator>
		<pubDate>Sun, 28 Mar 2010 20:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.stanleyshilov.com/?p=192#comment-1371</guid>
		<description>You&#039;ll be my hero if you can make this all happen in Ruby and extend the Browser.new function to allow you to choose a profile upon launch...</description>
		<content:encoded><![CDATA[<p>You&#8217;ll be my hero if you can make this all happen in Ruby and extend the Browser.new function to allow you to choose a profile upon launch&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to build Firefox 3.5+ with JSSH on Ubuntu 9.10 64bit &#8211; Stanley Shilov &#8211; Web Development, SEO and SEM - Blog Archive</title>
		<link>http://www.stanleyshilov.com/blog/how-to-run-multiple-firefox-instances/comment-page-1/#comment-1197</link>
		<dc:creator>How to build Firefox 3.5+ with JSSH on Ubuntu 9.10 64bit &#8211; Stanley Shilov &#8211; Web Development, SEO and SEM - Blog Archive</dc:creator>
		<pubDate>Fri, 05 Feb 2010 00:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.stanleyshilov.com/?p=192#comment-1197</guid>
		<description>[...] from any existing Firefox installation you might have already had. I would recommend creating a separate Firefox profile to use for this [...]</description>
		<content:encoded><![CDATA[<p>[...] from any existing Firefox installation you might have already had. I would recommend creating a separate Firefox profile to use for this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Harris</title>
		<link>http://www.stanleyshilov.com/blog/how-to-run-multiple-firefox-instances/comment-page-1/#comment-447</link>
		<dc:creator>Jack Harris</dc:creator>
		<pubDate>Thu, 29 Oct 2009 03:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.stanleyshilov.com/?p=192#comment-447</guid>
		<description>Thanks for this Stanley.  Do you know how to copy one profile to another?</description>
		<content:encoded><![CDATA[<p>Thanks for this Stanley.  Do you know how to copy one profile to another?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
