Module: ScreenshotScout::CaptureImageAnchor

Defined in:
lib/screenshotscout/capture_values.rb,
sig/screenshotscout.rbs

Constant Summary collapse

BOTTOM =

Returns:

  • (String)
"bottom"
BOTTOM_LEFT =

Returns:

  • (String)
"bottom_left"
BOTTOM_RIGHT =

Returns:

  • (String)
"bottom_right"
CENTER =

Returns:

  • (String)
"center"
LEFT =

Returns:

  • (String)
"left"
RIGHT =

Returns:

  • (String)
"right"
TOP =

Returns:

  • (String)
"top"
TOP_LEFT =

Returns:

  • (String)
"top_left"
TOP_RIGHT =

Returns:

  • (String)
"top_right"