Method: IguideMonitor#parental_lock

Defined in:
lib/test_case/monitoring/iguide_monitor.rb

#parental_lockObject



25
26
27
28
29
30
31
# File 'lib/test_case/monitoring/iguide_monitor.rb', line 25

def parental_lock
  roi_resolution(dut.roi.text.new(:x => 836, :y => 420, 
                                  :width => 208, :height => 64, 
                                  :similarity => 70, :text => 'LOCKED', 
                                  :only_digits => false, :ref_img => ""),
                                  dut.height, dut.width)
end