Method: AppleMonitor#apple_model
- Defined in:
- lib/test_case/monitoring/apple_monitor.rb
#apple_model ⇒ Object
26 27 28 |
# File 'lib/test_case/monitoring/apple_monitor.rb', line 26 def apple_model dut.roi.text.new(:x => 1322, :y => 286, :width => 502, :height => 60, :similarity => 70, :text => '', :only_digits => false, :ref_img => "") end |