Class: Watir::Container::Form
Constant Summary
Constants inherited
from HtmlElement
HtmlElement::OPERATIONS
Instance Attribute Summary
Attributes inherited from HtmlElement
#how, #what
Instance Method Summary
collapse
Methods inherited from HtmlElement
#exists?, #name, #operate, #speak
Instance Method Details
150
151
152
|
# File 'lib/safariwatir.rb', line 150
def submit
@scripter.submit_form(self)
end
|
154
|
# File 'lib/safariwatir.rb', line 154
def tag; "FORM"; end
|