On Thu, Sep 20, 2012 at 3:55 PM, Derek Romeyn <[email protected]> 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.

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

Reply via email to