<?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>just_add_watir &#124; Advanced recipes for Watir &#187; element</title>
	<atom:link href="http://justaddwatir.com/tag/element/feed/" rel="self" type="application/rss+xml" />
	<link>http://justaddwatir.com</link>
	<description>Advanced recipes for Watir</description>
	<lastBuildDate>Wed, 21 Oct 2009 02:44:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Q. Which method do I use with which element?</title>
		<link>http://justaddwatir.com/2008/q-which-method-do-i-use-with-which-element/</link>
		<comments>http://justaddwatir.com/2008/q-which-method-do-i-use-with-which-element/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 14:30:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[watir]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[method]]></category>

		<guid isPermaLink="false">http://justaddwatir.com/watir/?p=35</guid>
		<description><![CDATA[


button
&#60;input&#62; tags with type=button, submit, image or reset


radio
&#60;input&#62; tags with the type=radio; known as radio buttons


check_box
&#60;input&#62; tags with type=checkbox


text_field
&#60;input&#62; tags with the type=text (single-line), type=textarea (multi-line), and type=password


hidden
&#60;input&#62; tags with type=hidden


select_list
&#60;select&#62; tags, known as drop-downs or drop-down lists


label
&#60;label&#62; tags (including "for" attribute)


span
&#60;span&#62; tags


div
&#60;div&#62; tags


p
&#60;p&#62; (paragraph) tags


link
&#60;a&#62; (anchor) tags


table
&#60;table&#62; tags, including row and cell methods for [...]]]></description>
			<content:encoded><![CDATA[<table class="confluenceTable" style="height: 332px;" border="0" width="498">
<tbody>
<tr>
<td class="confluenceTd"><strong>button</strong></td>
<td class="confluenceTd">&lt;input&gt; tags with type=button, submit, image or reset</td>
</tr>
<tr>
<td class="confluenceTd"><strong>radio</strong></td>
<td class="confluenceTd">&lt;input&gt; tags with the type=radio; known as radio buttons</td>
</tr>
<tr>
<td class="confluenceTd"><strong>check_box</strong></td>
<td class="confluenceTd">&lt;input&gt; tags with type=checkbox</td>
</tr>
<tr>
<td class="confluenceTd"><strong>text_field</strong></td>
<td class="confluenceTd">&lt;input&gt; tags with the type=text (single-line), type=textarea (multi-line), and type=password</td>
</tr>
<tr>
<td class="confluenceTd"><strong>hidden</strong></td>
<td class="confluenceTd">&lt;input&gt; tags with type=hidden</td>
</tr>
<tr>
<td class="confluenceTd"><strong>select_list</strong></td>
<td class="confluenceTd">&lt;select&gt; tags, known as drop-downs or drop-down lists</td>
</tr>
<tr>
<td class="confluenceTd"><strong>label</strong></td>
<td class="confluenceTd">&lt;label&gt; tags (including "for" attribute)</td>
</tr>
<tr>
<td class="confluenceTd"><strong>span</strong></td>
<td class="confluenceTd">&lt;span&gt; tags</td>
</tr>
<tr>
<td class="confluenceTd"><strong>div</strong></td>
<td class="confluenceTd">&lt;div&gt; tags</td>
</tr>
<tr>
<td class="confluenceTd"><strong>p</strong></td>
<td class="confluenceTd">&lt;p&gt; (paragraph) tags</td>
</tr>
<tr>
<td class="confluenceTd"><strong>link</strong></td>
<td class="confluenceTd">&lt;a&gt; (anchor) tags</td>
</tr>
<tr>
<td class="confluenceTd"><strong>table</strong></td>
<td class="confluenceTd">&lt;table&gt; tags, including <ins>row</ins> and <ins>cell</ins> methods for accessing nested elements</td>
</tr>
<tr>
<td class="confluenceTd"><strong>image</strong></td>
<td class="confluenceTd">&lt;img&gt; tags</td>
</tr>
<tr>
<td class="confluenceTd"><strong>form</strong></td>
<td class="confluenceTd">&lt;form&gt; tags</td>
</tr>
<tr>
<td class="confluenceTd"><strong>frame</strong></td>
<td class="confluenceTd">frames, including both the &lt;frame&gt; elements and the corresponding pages</td>
</tr>
<tr>
<td class="confluenceTd"><strong>map</strong></td>
<td class="confluenceTd">&lt;map&gt; tags</td>
</tr>
<tr>
<td class="confluenceTd"><strong>area</strong></td>
<td class="confluenceTd">&lt;area&gt; tags</td>
</tr>
<tr>
<td class="confluenceTd"><strong>li</strong></td>
<td class="confluenceTd">&lt;li&gt; tags</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://justaddwatir.com/2008/q-which-method-do-i-use-with-which-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
