<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>blogging and scraping &#187; text field</title>
	<atom:link href="http://www.tsnpc.com/tag/text-field/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tsnpc.com</link>
	<description></description>
	<lastBuildDate>Tue, 13 Jul 2010 10:27:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>The fast way to fill a textfield in watir</title>
		<link>http://www.tsnpc.com/the-fast-way-to-fill-a-textfield-in-watir/</link>
		<comments>http://www.tsnpc.com/the-fast-way-to-fill-a-textfield-in-watir/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 15:30:55 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[watir]]></category>
		<category><![CDATA[text field]]></category>

		<guid isPermaLink="false">http://www.tsnpc.com/?p=205</guid>
		<description><![CDATA[It is quite slow to fill a text field by ie.text_field().set(content), the fast way is by ie.text_field().value = content.]]></description>
			<content:encoded><![CDATA[<p>It is quite slow to fill a text field by ie.text_field().set(content), the fast way is by ie.text_field().value = content.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tsnpc.com/the-fast-way-to-fill-a-textfield-in-watir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

