Is there a small write up on how to use this?

Basically, is it part of the browser object like this:

@browser.text_field(:id => 'something').set
@browser.screen_capture('temp.jpg',true,false)

or is it more like this

@browser.text_field(:id => 'something').set
screen_capture('temp.jpg',true,false)

On Feb 22, 2:40 pm, Chuck van der Linden <sqa...@gmail.com> wrote:
> yes there is a screenshot method.   
> seehttp://rubydoc.info/gems/watir/2.0.4/Watir/ScreenCapture#screen_captu...
>
> On Feb 22, 10:50 am, hillary <weimar1...@gmail.com> wrote:
>
>
>
>
>
>
>
> > is there a built in method for taking screenshots with watir? either 2.0 or
> > 3.0.

-- 
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

Reply via email to