<?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; iframe</title>
	<atom:link href="http://www.tsnpc.com/tag/iframe/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>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>
		<item>
		<title>Send data into an inner html of iframe by watir</title>
		<link>http://www.tsnpc.com/send-data-into-an-inner-html-of-iframe-by-watir/</link>
		<comments>http://www.tsnpc.com/send-data-into-an-inner-html-of-iframe-by-watir/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 16:24:08 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[watir]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[innerpage]]></category>

		<guid isPermaLink="false">http://www.tsnpc.com/?p=146</guid>
		<description><![CDATA[I tried to input data to the inner html of iframe by watir for several months, and posted questions to many forums but got no answer. Yesterday an idea came into my mind, and I found a solution, following is the code: ie77.frame(:id, /Editor/).document.body.innertext = &#8220;good and better&#8221; Related Blogs Related Blogs on iframe Ajax [...]]]></description>
			<content:encoded><![CDATA[<p>I tried to input data to the inner html of iframe by watir for several months, and posted questions to many forums but got no answer.</p>
<p>Yesterday an idea came into my mind, and I found a solution, following is the code:</p>
<p>ie77.frame(:id, /Editor/).document.body.innertext = &#8220;good and better&#8221;<br />
<h4>Related Blogs</h4>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>iframe</b></li>
<li><a href="http://manikandanmv.wordpress.com/2008/10/24/ajax-file-upload/">Ajax File Upload</a></li>
</ul>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>innerpage</b></li>
</ul>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>watir</b></li>
<li><a href="http://watirpodcast.com/bret-pettichord-on-firewatir/"><b>Watir</b> Podcast 7: Bret Pettichord (<b>Watir</b> Lead Developer) on FireWatir</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.tsnpc.com/send-data-into-an-inner-html-of-iframe-by-watir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

