| Class | Mechanize::Form::ImageButton |
| In: |
lib/mechanize/form/image_button.rb
|
| Parent: | Button |
This class represents an image button in a form. Use the x and y methods to set the x and y positions for where the mouse "clicked".
| x | [RW] | |
| y | [RW] |
# File lib/mechanize/form/image_button.rb, line 8
8: def initialize *args
9: @x = nil
10: @y = nil
11: super
12: end