Method: OdnMonitor#menu_crawl
- Defined in:
- lib/test_case/monitoring/odn_monitor.rb
#menu_crawl(height, roi) ⇒ Object
This is in the settings of the ODN software. Returns new ROI every check for the crawl
90 91 92 93 94 |
# File 'lib/test_case/monitoring/odn_monitor.rb', line 90 def (height, roi) # Will increment the Y axis to dynamically find settings on the main menu roi.y += height/15 roi end |