Class: Sikuli::Screen
Instance Method Summary collapse
-
#initialize ⇒ Screen
constructor
A new instance of Screen.
Methods inherited from Region
#height, #highlight, #width, #x, #y
Methods included from Searchable
Methods included from Typeable
Methods included from Clickable
#click, #doubleClick, #dragDrop
Constructor Details
#initialize ⇒ Screen
Returns a new instance of Screen.
3 4 5 |
# File 'lib/sikuli/screen.rb', line 3 def initialize @java_obj = org.sikuli.script::Screen.new() end |