<?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: Python IE Automation &#8211; Thorough Tutorial</title>
	<atom:link href="http://www.evilbitz.com/2006/10/22/python-ie-automation-thorough-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.evilbitz.com/2006/10/22/python-ie-automation-thorough-tutorial/</link>
	<description>Powerful words dude, powerful...</description>
	<lastBuildDate>Sat, 09 Jan 2010 17:06:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: silvere</title>
		<link>http://www.evilbitz.com/2006/10/22/python-ie-automation-thorough-tutorial/comment-page-1/#comment-43347</link>
		<dc:creator>silvere</dc:creator>
		<pubDate>Thu, 14 May 2009 00:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilbitz.com/2006/10/22/python-ie-automation-thorough-tutorial/#comment-43347</guid>
		<description>Why does my python don&#039;t have win32com?

&gt;&gt;&gt; from win32com.client import Dispatch

Traceback (most recent call last):
  File &quot;&quot;, line 1, in 
    from win32com.client import Dispatch
ImportError: No module named win32com.client</description>
		<content:encoded><![CDATA[<p>Why does my python don&#8217;t have win32com?</p>
<p>&gt;&gt;&gt; from win32com.client import Dispatch</p>
<p>Traceback (most recent call last):<br />
  File &#8220;&#8221;, line 1, in<br />
    from win32com.client import Dispatch<br />
ImportError: No module named win32com.client</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vipsy</title>
		<link>http://www.evilbitz.com/2006/10/22/python-ie-automation-thorough-tutorial/comment-page-1/#comment-29012</link>
		<dc:creator>vipsy</dc:creator>
		<pubDate>Thu, 11 Dec 2008 12:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilbitz.com/2006/10/22/python-ie-automation-thorough-tutorial/#comment-29012</guid>
		<description>Its much cleaner and typesafe, to do it in C#.
Its easy too.</description>
		<content:encoded><![CDATA[<p>Its much cleaner and typesafe, to do it in C#.<br />
Its easy too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.evilbitz.com/2006/10/22/python-ie-automation-thorough-tutorial/comment-page-1/#comment-21570</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 05 Aug 2008 20:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilbitz.com/2006/10/22/python-ie-automation-thorough-tutorial/#comment-21570</guid>
		<description>I think your useful example script should be updated, the line:

&gt;&gt;&gt; ie.document.getElementById(â€srch_btnâ€).click()

must be changed in:

&gt;&gt;&gt; ie.document.getElementById(â€goâ€).click()

in order to work.

Regards,
David</description>
		<content:encoded><![CDATA[<p>I think your useful example script should be updated, the line:</p>
<p>&gt;&gt;&gt; ie.document.getElementById(â€srch_btnâ€).click()</p>
<p>must be changed in:</p>
<p>&gt;&gt;&gt; ie.document.getElementById(â€goâ€).click()</p>
<p>in order to work.</p>
<p>Regards,<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio Xavier</title>
		<link>http://www.evilbitz.com/2006/10/22/python-ie-automation-thorough-tutorial/comment-page-1/#comment-12127</link>
		<dc:creator>Antonio Xavier</dc:creator>
		<pubDate>Thu, 27 Dec 2007 09:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilbitz.com/2006/10/22/python-ie-automation-thorough-tutorial/#comment-12127</guid>
		<description>Hi

Is it possible to view the IE&#039;s security certificate via python script? If so can you please post a sample code.

Thanks &amp; Rgds

Antonio Xavier</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Is it possible to view the IE&#8217;s security certificate via python script? If so can you please post a sample code.</p>
<p>Thanks &amp; Rgds</p>
<p>Antonio Xavier</p>
]]></content:encoded>
	</item>
</channel>
</rss>
