<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Diving back into Selenium and saving me some time</title>
	<atom:link href="http://www.brianlegros.com/blog/2008/09/24/diving-back-into-selenium-and-saving-me-some-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brianlegros.com/blog/2008/09/24/diving-back-into-selenium-and-saving-me-some-time/</link>
	<description>eat, program, and be merry</description>
	<lastBuildDate>Fri, 28 Oct 2011 00:48:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Brian LeGros</title>
		<link>http://www.brianlegros.com/blog/2008/09/24/diving-back-into-selenium-and-saving-me-some-time/comment-page-1/#comment-7157</link>
		<dc:creator>Brian LeGros</dc:creator>
		<pubDate>Thu, 29 Jan 2009 21:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianlegros.com/blog/?p=219#comment-7157</guid>
		<description>@Finarfin - Thanks for stopping by.  I&#039;ve never really tried to test a context menu on a web page before.  Can you give me an example of how it works?  Selenium is built to basically emulate the browser via JavaScript; what ever DOM event you&#039;re using to spawn the context menu is probably the event you want to emulate using the fireEvent command.  For example, if you are clicking a button to cause the context menu to appear, then make sure to provide a locator for the button and the value &quot;click&quot;.  It sounds like you&#039;re doing this already, so if this is the case, sorry I couldn&#039;t be of more help.</description>
		<content:encoded><![CDATA[<p>@Finarfin &#8211; Thanks for stopping by.  I&#8217;ve never really tried to test a context menu on a web page before.  Can you give me an example of how it works?  Selenium is built to basically emulate the browser via JavaScript; what ever DOM event you&#8217;re using to spawn the context menu is probably the event you want to emulate using the fireEvent command.  For example, if you are clicking a button to cause the context menu to appear, then make sure to provide a locator for the button and the value &#8220;click&#8221;.  It sounds like you&#8217;re doing this already, so if this is the case, sorry I couldn&#8217;t be of more help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Finarfin Palantir</title>
		<link>http://www.brianlegros.com/blog/2008/09/24/diving-back-into-selenium-and-saving-me-some-time/comment-page-1/#comment-7154</link>
		<dc:creator>Finarfin Palantir</dc:creator>
		<pubDate>Thu, 29 Jan 2009 18:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianlegros.com/blog/?p=219#comment-7154</guid>
		<description>Hi!

I was wondering if you&#039;ve ever run into a scenario in Selenium where the onclick event on the contextmenu doesn&#039;t seem to fire, I&#039;ve used fireEvent, ClickAndWait, MouseDownAndWait (both with at 0,0 and 1,1) but still nothing happens?

I&#039;m really getting frustrated with it, since it works perfectly if I bring up the contextmenu manually, the click initiates an Ajax call, could that be the spanner in the wheel?

Thanks for your time

FP</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I was wondering if you&#8217;ve ever run into a scenario in Selenium where the onclick event on the contextmenu doesn&#8217;t seem to fire, I&#8217;ve used fireEvent, ClickAndWait, MouseDownAndWait (both with at 0,0 and 1,1) but still nothing happens?</p>
<p>I&#8217;m really getting frustrated with it, since it works perfectly if I bring up the contextmenu manually, the click initiates an Ajax call, could that be the spanner in the wheel?</p>
<p>Thanks for your time</p>
<p>FP</p>
]]></content:encoded>
	</item>
</channel>
</rss>

