
<?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>onezerozeroone &#187; webdriver</title>
	<atom:link href="http://www.onezerozeroone.com/tag/webdriver/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onezerozeroone.com</link>
	<description>javascript, web programming and other daily stuff</description>
	<lastBuildDate>Sat, 14 Jul 2012 09:33:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>webdriverjs &#8211; nodejs binding for selenium 2.0/webdriver protocol</title>
		<link>http://www.onezerozeroone.com/nodejs/webdriverjs-nodejs-binding-for-selenium-2-0webdriver-protocol/</link>
		<comments>http://www.onezerozeroone.com/nodejs/webdriverjs-nodejs-binding-for-selenium-2-0webdriver-protocol/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 20:40:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[nodejs]]></category>
		<category><![CDATA[npm]]></category>
		<category><![CDATA[selenium]]></category>
		<category><![CDATA[webdriver]]></category>

		<guid isPermaLink="false">http://www.onezerozeroone.com/?p=169</guid>
		<description><![CDATA[I recently published my latest project: binding for the webdriver protocol in nodejs. The project is pretty you and there is much to do, but its already working and it can be used to create real-world tests. Here is how you can use it: var client = require("webdriverjs").remote(); client .init() .url("http://www.google.com") .setValue("#lst-ib", "webdriver") .submitForm("#tsf") .end(); [...]]]></description>
			<content:encoded><![CDATA[<p>I recently published my latest project: binding for the webdriver protocol in nodejs. The project is pretty you and there is much to do, but its already working and it can be used to create real-world tests.</p>
<p>Here is how you can use it:</p>
<p><code><br />
var client = require("webdriverjs").remote();</p>
<p>client<br />
     .init()<br />
    .url("http://www.google.com")<br />
    .setValue("#lst-ib", "webdriver")<br />
    .submitForm("#tsf")<br />
    .end();<br />
</code></p>
<p>There are more examples in the repo. <a href="https://github.com/Camme/webdriverjs" target="_blank">Fork it at github</a> or install it with npm:</p>
<p><code><br />
npm install webdriverjs<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.onezerozeroone.com/nodejs/webdriverjs-nodejs-binding-for-selenium-2-0webdriver-protocol/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
