Location dataclass¶ class mops.mixins.objects.location.Location(x: int | float | None = None, y: int | float | None = None)[source]¶ Represents a location on a web UI element, defined by its x and y coordinates. x: int | float | None = None¶ y: int | float | None = None¶