<?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; class</title>
	<atom:link href="http://www.tsnpc.com/tag/class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tsnpc.com</link>
	<description></description>
	<lastBuildDate>Mon, 12 Jul 2010 22:54:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>There is no property of class for iframe in watir</title>
		<link>http://www.tsnpc.com/there-is-no-property-of-class-for-iframe-in-watir/</link>
		<comments>http://www.tsnpc.com/there-is-no-property-of-class-for-iframe-in-watir/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 15:21:24 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[watir]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[property]]></category>

		<guid isPermaLink="false">http://www.tsnpc.com/?p=202</guid>
		<description><![CDATA[I encountered an iframe in a webpage which say &#8220;iframe class = &#8220;the_iframe&#8221;, I tried but failed to access the iframe by: ie.frame(:class, &#8220;the_iframe&#8221;) and then I figured out there is no property of class for iframe in watir, and find the iframe by index: ie.frame(:index, 1) we can use ie.show_frames to find how many [...]]]></description>
			<content:encoded><![CDATA[<p>I encountered an iframe in a webpage which say &#8220;iframe class = &#8220;the_iframe&#8221;, I tried but failed to access the iframe by:<br />
ie.frame(:class, &#8220;the_iframe&#8221;)</p>
<p>and then I figured out there is no property of class for iframe in watir, and find the iframe by index:<br />
ie.frame(:index, 1)</p>
<p>we can use ie.show_frames to find how many frames are there in a webpage.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tsnpc.com/there-is-no-property-of-class-for-iframe-in-watir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
