MCPcopy Create free account
hub / github.com/browser-use/macOS-use / position

Method position

mlx_use/mac/element.py:34–36  ·  view source on GitHub ↗

Get the element's position

(self)

Source from the content-addressed store, hash-verified

32
33 @property
34 def position(self) -> Optional[tuple]:
35 """Get the element's position"""
36 return self.attributes.get('position')
37
38 @property
39 def size(self) -> Optional[tuple]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected