I get this issue, seemingly randomly, when trying to call desktop.left_click() on a desktop initialized like
desktop = Sandbox(
api_key=e2b_api_key,
resolution=resolution,
dpi=96,
timeout=600,
)
Here are my package versions:
❯ pip freeze| grep e2b
e2b==1.4.0
e2b-desktop==1.7.1