littledivy / autopilot-deno

:rocket: Cross-platform desktop automation module for Deno.
https://autopilot.mod.land
MIT License
492 stars 15 forks source link

Can't type single quote symbol #36

Open bramaudi opened 3 years ago

bramaudi commented 3 years ago

I can't write a text that contains a single quote symbol, ie: "I don't understand"

Steps to reproduce the behavior:

import AutoPilot from 'https://deno.land/x/autopilot@0.2.1/mod.ts';

const pilot = new AutoPilot();
await pilot.type("I don't understand");

Expected behavior Auto typing text I don't understand

Screenshots image

Desktop: