MCPcopy Create free account
hub / github.com/e2b-dev/desktop / test_get_cursor_position

Function test_get_cursor_position

packages/python-sdk/tests/test_controls.py:60–65  ·  view source on GitHub ↗
(sandbox: Sandbox)

Source from the content-addressed store, hash-verified

58
59
60def test_get_cursor_position(sandbox: Sandbox):
61 pos = sandbox.get_cursor_position()
62 assert pos == (
63 512,
64 384,
65 ), f"Expected cursor position to be (512, 384), but got {pos}"
66
67
68def test_get_screen_size(sandbox: Sandbox):

Callers

nothing calls this directly

Calls 1

get_cursor_positionMethod · 0.80

Tested by

no test coverage detected