Module: Watir::FormAccess

Included in:
Form, FormWrapper
Defined in:
lib/watir/form.rb

Overview

Forms

Instance Method Summary collapse

Instance Method Details

#actionObject



9
10
11
# File 'lib/watir/form.rb', line 9

def action
  @ole_object.action
end

#idObject



15
16
17
# File 'lib/watir/form.rb', line 15

def id
  @ole_object.invoke('id')
end

#methodObject



12
13
14
# File 'lib/watir/form.rb', line 12

def method
  @ole_object.invoke('method')
end

#nameObject



6
7
8
# File 'lib/watir/form.rb', line 6

def name
  @ole_object.getAttributeNode('name').value
end