<?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>Selenium Wiki</title>
	<atom:link href="http://www.seleniumwiki.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seleniumwiki.com</link>
	<description>It is not the software that is great; it&#039;s the people who use it who make it great.</description>
	<lastBuildDate>Mon, 19 Dec 2011 21:27:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Launching Webdriver on Google Chrome custom profile</title>
		<link>http://www.seleniumwiki.com/webdriver/launching-webdriver-on-google-chrome-custom-profile/</link>
		<comments>http://www.seleniumwiki.com/webdriver/launching-webdriver-on-google-chrome-custom-profile/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 21:27:28 +0000</pubDate>
		<dc:creator>Pavandeep Puddupakkam</dc:creator>
				<category><![CDATA[WebDriver]]></category>
		<category><![CDATA[chrome.switches]]></category>
		<category><![CDATA[ChromeDriver]]></category>
		<category><![CDATA[chromeProfile]]></category>

		<guid isPermaLink="false">http://www.seleniumwiki.com/?p=767</guid>
		<description><![CDATA[String chromeProfile = ArrayList switches = new ArrayList(); switches.add("--user-data-dir=" + chromeProfile); capabilities.setCapability("chrome.switches", switches); driver = new ChromeDriver(capabilities);]]></description>
		<wfw:commentRss>http://www.seleniumwiki.com/webdriver/launching-webdriver-on-google-chrome-custom-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create test list and run tests in nightly builds</title>
		<link>http://www.seleniumwiki.com/visual-studio-2010/create-test-list-and-run-tests-in-nightly-builds/</link>
		<comments>http://www.seleniumwiki.com/visual-studio-2010/create-test-list-and-run-tests-in-nightly-builds/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 11:12:39 +0000</pubDate>
		<dc:creator>Pavandeep Puddupakkam</dc:creator>
				<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[MSTest]]></category>
		<category><![CDATA[nightly build]]></category>
		<category><![CDATA[Test Studio tests]]></category>
		<category><![CDATA[WebUI Tests]]></category>

		<guid isPermaLink="false">http://www.seleniumwiki.com/?p=766</guid>
		<description><![CDATA[Here is a video link this shows you how to create test list using Visual studio and how to run the tests from command prompt. This can be used to create batch jobs and schedule them with in the build or to run every night. Executing WebUI Tests With MSTest This article was contributed by [...]]]></description>
		<wfw:commentRss>http://www.seleniumwiki.com/visual-studio-2010/create-test-list-and-run-tests-in-nightly-builds/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Selenium IDE 1.5.0 to be released on 15th December 2011</title>
		<link>http://www.seleniumwiki.com/selenium-ide/selenium-ide-1-5-0-to-be-released-on-15th-december-2011/</link>
		<comments>http://www.seleniumwiki.com/selenium-ide/selenium-ide-1-5-0-to-be-released-on-15th-december-2011/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 22:55:33 +0000</pubDate>
		<dc:creator>Pavandeep Puddupakkam</dc:creator>
				<category><![CDATA[Selenium IDE]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[Firefox 8]]></category>
		<category><![CDATA[Firefox 9]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[selenium ide plugin]]></category>
		<category><![CDATA[WebDriver]]></category>
		<category><![CDATA[WebDriverBackedSelenium]]></category>

		<guid isPermaLink="false">http://www.seleniumwiki.com/?p=765</guid>
		<description><![CDATA[Selenium IDE 1.5.0 New &#8211; Added support for Firefox 9 Bug &#8211; Changes to user extensions weren&#8217;t being updated in Firefox 8 &#8211; issue 2801 Bug &#8211; Security error was thrown when trying to type into file (upload) input fields in Firefox 8 &#8211; issue 2826 Bug &#8211; Improved French locale &#8211; issue 1912 Bug [...]]]></description>
		<wfw:commentRss>http://www.seleniumwiki.com/selenium-ide/selenium-ide-1-5-0-to-be-released-on-15th-december-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TFS  Visual Studio 2010 and Excel Integration TF80070 error &#8211; Selenium Excel Test Data</title>
		<link>http://www.seleniumwiki.com/visual-studio-2010/tfs-visual-studio-2010-and-excel-integration-tf80070-error-selenium-excel-test-data/</link>
		<comments>http://www.seleniumwiki.com/visual-studio-2010/tfs-visual-studio-2010-and-excel-integration-tf80070-error-selenium-excel-test-data/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 22:42:39 +0000</pubDate>
		<dc:creator>Pavandeep Puddupakkam</dc:creator>
				<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[COM Add-ins]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Selenium]]></category>
		<category><![CDATA[Team Foundation Add-in]]></category>
		<category><![CDATA[Test Data]]></category>
		<category><![CDATA[TF80070 error]]></category>
		<category><![CDATA[TFS Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://www.seleniumwiki.com/?p=764</guid>
		<description><![CDATA[I am using Excel to store the test data and use Visual Studio 2010 C# to code the selenium scripts. When running the scripts I was getting the TF80070 error. I had to click on the confirmation box to continue testing. So it when from automation testing to manual testing (because of the error message). [...]]]></description>
		<wfw:commentRss>http://www.seleniumwiki.com/visual-studio-2010/tfs-visual-studio-2010-and-excel-integration-tf80070-error-selenium-excel-test-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using selenium.Close in Webdriver</title>
		<link>http://www.seleniumwiki.com/webdriver/using-selenium-close-in-webdriver/</link>
		<comments>http://www.seleniumwiki.com/webdriver/using-selenium-close-in-webdriver/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 22:16:35 +0000</pubDate>
		<dc:creator>Pavandeep Puddupakkam</dc:creator>
				<category><![CDATA[WebDriver]]></category>
		<category><![CDATA[Selenium Remote-Control]]></category>
		<category><![CDATA[selenium.Close]]></category>

		<guid isPermaLink="false">http://www.seleniumwiki.com/?p=763</guid>
		<description><![CDATA[Here is the Selenium RC code for selenium.Close in Webdriver. This code is in Visual Studio C# public void Close() { driver.Close(); }]]></description>
		<wfw:commentRss>http://www.seleniumwiki.com/webdriver/using-selenium-close-in-webdriver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

