AccessibilityRegion class
Platform: ImagesLanguage: Python SDK:
An object that stores information about an accesibility region.
Import statement
from applitools.images import AccessibilityRegion
Constructor
- AccessibilityRegion()
- Create a region with a defined accessibility region type.
Properties
- heightType:int
- Use this property to retrieve the height of the rectangular area whose accessibility is being defined.
- leftType:int
- Use this property to retrieve the coordinate of the left edge of the rectangular area whose accessibility is being defined.
- topType:int
- Use this property to retrieve the coordinate of the top edge of a rectangular area whose accessibility is being defined.
- typeType:AccessibilityRegionType
- Use this property to retrieve the type of accessibility region defined by the rectangle.
- widthType:int
- Use this property to retrieve the width of the rectangular area whose accessibility is being defined.