<?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: Running WatiN Tests on Vista</title>
	<atom:link href="http://jameskovacs.com/2008/06/18/running-watin-tests-on-vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://jameskovacs.com/2008/06/18/running-watin-tests-on-vista/</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 20:51:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: James</title>
		<link>http://jameskovacs.com/2008/06/18/running-watin-tests-on-vista/comment-page-1/#comment-1359</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 27 Jul 2010 03:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2008/06/19/Running+WatiN+Tests+On+Vista#comment-1359</guid>
		<description>@Milan - I&#039;m honestly not sure if you can automate an embedded web browser control that is hosted within the same process. You might be running into reentrancy problems between the COM apartments. I would recommend asking this question on the WatiN mailing list (http://watin.sourceforge.net/support.html).</description>
		<content:encoded><![CDATA[<p>@Milan &#8211; I&#8217;m honestly not sure if you can automate an embedded web browser control that is hosted within the same process. You might be running into reentrancy problems between the COM apartments. I would recommend asking this question on the WatiN mailing list (<a href="http://watin.sourceforge.net/support.html" rel="nofollow">http://watin.sourceforge.net/support.html</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milan Solanki</title>
		<link>http://jameskovacs.com/2008/06/18/running-watin-tests-on-vista/comment-page-1/#comment-1339</link>
		<dc:creator>Milan Solanki</dc:creator>
		<pubDate>Sun, 25 Jul 2010 13:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2008/06/19/Running+WatiN+Tests+On+Vista#comment-1339</guid>
		<description>Hi, 

i am using watin with webbrowser control, on vista with vs2008, 
its giving timeout exception, i need to use watin with embedded browser, please can you provide help regarding the same, i have added the site to trust zone, as mentioned in the above article.
here is my code.

var t = new Thread(() =&gt;
            {
                Settings.AutoStartDialogWatcher = false;
                var ie = new IE(webBrowser1.ActiveXInstance);
                try
                {
                    ie.GoTo(&quot;http://www.google.com/&quot;);
                }
                catch (Exception) { }

            });
            t.SetApartmentState(ApartmentState.STA);
            t.Start();

thank you.
Milan</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>i am using watin with webbrowser control, on vista with vs2008,<br />
its giving timeout exception, i need to use watin with embedded browser, please can you provide help regarding the same, i have added the site to trust zone, as mentioned in the above article.<br />
here is my code.</p>
<p>var t = new Thread(() =&gt;<br />
            {<br />
                Settings.AutoStartDialogWatcher = false;<br />
                var ie = new IE(webBrowser1.ActiveXInstance);<br />
                try<br />
                {<br />
                    ie.GoTo(&#8220;http://www.google.com/&#8221;);<br />
                }<br />
                catch (Exception) { }</p>
<p>            });<br />
            t.SetApartmentState(ApartmentState.STA);<br />
            t.Start();</p>
<p>thank you.<br />
Milan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabian Baptista</title>
		<link>http://jameskovacs.com/2008/06/18/running-watin-tests-on-vista/comment-page-1/#comment-83</link>
		<dc:creator>Fabian Baptista</dc:creator>
		<pubDate>Tue, 07 Oct 2008 19:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2008/06/19/Running+WatiN+Tests+On+Vista#comment-83</guid>
		<description>Hi Adam, do you know haw can I start IExplore x86 with watin? 
Actually watin open IExplore x64 in Vista 64. (c:\Program Files, insted of c:\program Files (x86))

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Adam, do you know haw can I start IExplore x86 with watin?<br />
Actually watin open IExplore x64 in Vista 64. (c:\Program Files, insted of c:\program Files (x86))</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Kovacs</title>
		<link>http://jameskovacs.com/2008/06/18/running-watin-tests-on-vista/comment-page-1/#comment-82</link>
		<dc:creator>James Kovacs</dc:creator>
		<pubDate>Tue, 15 Jul 2008 18:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2008/06/19/Running+WatiN+Tests+On+Vista#comment-82</guid>
		<description>@Adam - So would I! We&#039;ll see if I get to it before someone else does...</description>
		<content:encoded><![CDATA[<p>@Adam &#8211; So would I! We&#8217;ll see if I get to it before someone else does&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Kahtava</title>
		<link>http://jameskovacs.com/2008/06/18/running-watin-tests-on-vista/comment-page-1/#comment-81</link>
		<dc:creator>Adam Kahtava</dc:creator>
		<pubDate>Mon, 14 Jul 2008 16:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2008/06/19/Running+WatiN+Tests+On+Vista#comment-81</guid>
		<description>Selenium and its plugin for Firefox sold me. :)

I&#039;d be interested in reading a blog post contrasting the two frameworks.</description>
		<content:encoded><![CDATA[<p>Selenium and its plugin for Firefox sold me. <img src='http://jameskovacs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;d be interested in reading a blog post contrasting the two frameworks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Kovacs</title>
		<link>http://jameskovacs.com/2008/06/18/running-watin-tests-on-vista/comment-page-1/#comment-80</link>
		<dc:creator>James Kovacs</dc:creator>
		<pubDate>Wed, 09 Jul 2008 22:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2008/06/19/Running+WatiN+Tests+On+Vista#comment-80</guid>
		<description>@Adam - I&#039;m using WatiN because I want to seriously investigate both WatiN and Selenium for full stack integration testing of web apps and WatiN won the coin toss. When I get some spare time, Selenium will get its turn too. :) They both seem very viable frameworks for this type of testing.</description>
		<content:encoded><![CDATA[<p>@Adam &#8211; I&#8217;m using WatiN because I want to seriously investigate both WatiN and Selenium for full stack integration testing of web apps and WatiN won the coin toss. When I get some spare time, Selenium will get its turn too. <img src='http://jameskovacs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  They both seem very viable frameworks for this type of testing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Kahtava</title>
		<link>http://jameskovacs.com/2008/06/18/running-watin-tests-on-vista/comment-page-1/#comment-79</link>
		<dc:creator>Adam Kahtava</dc:creator>
		<pubDate>Wed, 09 Jul 2008 17:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2008/06/19/Running+WatiN+Tests+On+Vista#comment-79</guid>
		<description>Why are you using WatiN over Selenuim?</description>
		<content:encoded><![CDATA[<p>Why are you using WatiN over Selenuim?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

