Help for this page

Select Code to Download


  1. or download this
    
    sub FindInHorizontalRegion 
    ...
        return ($x1,$x2,$y1,$y2);
        
    }
    
  2. or download this
    my $region = $object->FindInHorizontalRegion('SETTINGS:Flight','SETTIN
    +GS:Tick','1000',10);
    
  3. or download this
    my ($x1,$y1,$x2,$y2) = $self->GetHorizontalCoord($xcoord1,$ycoord1,$xc
    +oord2,$ycoord2,$threshold);
        print "The horizontal coordinates are $x1,$y1,$x2,$y2 \n"; 
    ...
            my $region = $self->WaitForTextInROI($element1,$x1,$y1,$x2,$y2
    +,$duration);
            return ($region);                        
        }