1

I know that when using the Sikuli observer function, you can set a scan rate for the observation:

Settings.ObserveScanRate = (number of observes per second) 

The example given in the sikuli documentation only has one observation acting on the default region (which is the screen). My question is do I need to apply the scan rate per region or does defining the ObserveScanRate apply to all observations regardless of region?

Eugene S
  • 6,709
  • 8
  • 57
  • 91
switch201
  • 587
  • 1
  • 4
  • 16

1 Answers1

1

This is a general setting in Sikuli and will be used globally, for any region. You can see this and all the available settings in the Settings class here sikuli.basics.settings.

Eugene S
  • 6,709
  • 8
  • 57
  • 91