Method: Describer#run

Defined in:
lib/xcmonkey/describer.rb

#runObject



11
12
13
14
# File 'lib/xcmonkey/describer.rb', line 11

def run
  driver.ensure_device_exists
  driver.describe_point(x, y)
end