On Tue, Dec 14, 2010 at 1:45 PM, Alister Scott <[email protected]> wrote:
> Hi,
>
> I've written a new blog post about how to use Watir-WebDriver for those who
> are curious:
> http://watirmelon.com/2010/12/14/watir-webdriver-a-detailed-introduction/
>

Thanks a lot for this Alister!

Just a nitpick - it's probably more correct to call watir-webdriver a
"Watir implementation *on* WebDriver" rather than a "Watir
implementation *of* WebDriver" .

Another thing you might include is that the server jar can be
controlled programatically through the Selenium::Server class:

require 'selenium/server'
server = Selenium::Server.new("/path/to/jar", :background => true)
server.start
# run your tests
server.stop

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to