open fun below(): SKryptonRegion
Overrides ISikuliRegion.below
Gets the region below the bottom side with same width, the new region extends to the bottom screen border.
Return
The below region.
open fun below(height: Int): SKryptonRegion
Overrides ISikuliRegion.below
Gets the region below the bottom side with same width, the new region extends by height
pixels.
height
- Height of the new region.
Return
The below region.