in computers/default/scrapybara.py [0:0]
def move(self, x: int, y: int) -> None: self.instance.computer(action="move_mouse", coordinates=[x, y])