On Thu, Sep 20, 2012 at 3:55 PM, Derek Romeyn <rome...@gmail.com> wrote:
> <INPUT TYPE="BUTTON" VALUE="OK">

This should work:

browser.button(:value => "OK").click

If the button is in the frame then something like this:

browser.frame(:id => "frame_id").button(:value => "OK").click

Željko
--
filipin.eu

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