[wtr-general] An intro to Watir-WebDriver

2010-12-14 Thread Alister Scott
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/

Cheers,

Alister Scott
Brisbane, Australia
Watir Web Master: http://watir.com
Blog: http://watirmelon.com
LinkedIn: http://www.linkedin.com/in/alisterscott

There are two ways to get enough: One is to continue to accumulate more and
more. The other is to desire less. *~ G. K. Chesterton*

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

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com


Re: [wtr-general] An intro to Watir-WebDriver

2010-12-14 Thread Jari Bakken
On Tue, Dec 14, 2010 at 1:45 PM, Alister Scott alister.sc...@gmail.com 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.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com