<?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; .visible</title>
	<atom:link href="http://justaddwatir.com/tag/visible/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. How do I check if the browser is visible?</title>
		<link>http://justaddwatir.com/2008/how-do-i-check-if-the-browser-is-visible/</link>
		<comments>http://justaddwatir.com/2008/how-do-i-check-if-the-browser-is-visible/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 02:27:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[watir]]></category>
		<category><![CDATA[.visible]]></category>

		<guid isPermaLink="false">http://justaddwatir.com/watir/?p=5</guid>
		<description><![CDATA[A. Use the .visible method ...
Example watir:

if @b.visible then
  puts &#34;Browser IS visible&#34;
else
  puts &#34;Browser IS NOT visible&#34;
end

]]></description>
			<content:encoded><![CDATA[<p><strong>A. Use the .visible method ...</strong><br />
Example watir:</p>

<div class="wp_syntax"><div class="code"><pre class="ruby" style="font-family:monospace;"><span style="color:#9966CC; font-weight:bold;">if</span> <span style="color:#0066ff; font-weight:bold;">@b</span>.<span style="color:#9900CC;">visible</span> <span style="color:#9966CC; font-weight:bold;">then</span>
  <span style="color:#CC0066; font-weight:bold;">puts</span> <span style="color:#996600;">&quot;Browser IS visible&quot;</span>
<span style="color:#9966CC; font-weight:bold;">else</span>
  <span style="color:#CC0066; font-weight:bold;">puts</span> <span style="color:#996600;">&quot;Browser IS NOT visible&quot;</span>
<span style="color:#9966CC; font-weight:bold;">end</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://justaddwatir.com/2008/how-do-i-check-if-the-browser-is-visible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
