Class: Sikuli::Screen

Inherits:
Region
  • Object
show all
Defined in:
lib/sikuli/screen.rb

Instance Method Summary collapse

Methods inherited from Region

#height, #highlight, #width, #x, #y

Methods included from Searchable

#exists?, #find

Methods included from Typeable

#type

Methods included from Clickable

#click, #doubleClick, #dragDrop

Constructor Details

#initializeScreen

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