Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Commit

Permalink
IE9 needed a parameter sent to ole_object#submit. Another silent failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugh McGowan committed Feb 1, 2012
1 parent 2c3e394 commit e1534ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watir/lib/watir/form.rb
Expand Up @@ -41,7 +41,7 @@ def locate
# Submit the data -- equivalent to pressing Enter or Return to submit a form.
def submit
assert_exists
@o.submit if dispatch_event "onSubmit"
@o.submit(0) if dispatch_event "onSubmit"
@container.wait
end

Expand Down

0 comments on commit e1534ff

Please sign in to comment.