Class: Watir::FormWrapper

Inherits:
Object
  • Object
show all
Includes:
FormAccess
Defined in:
lib/watir/form.rb

Overview

wraps around a form OLE object

Instance Method Summary collapse

Methods included from FormAccess

#action, #id, #method, #name

Constructor Details

#initialize(ole_object) ⇒ FormWrapper

Returns a new instance of FormWrapper.



23
24
25
# File 'lib/watir/form.rb', line 23

def initialize ole_object
  @ole_object = ole_object
end