You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I successfully installed jsautogui npm install jsautogui --save
However, when I run the test code, a line hangs(call screenshot).
Can you tell me the problem?
test code
`const jsautogui = require("jsautogui");
I successfully installed jsautogui
npm install jsautogui --save
However, when I run the test code, a line hangs(call screenshot).
Can you tell me the problem?
test code
`const jsautogui = require("jsautogui");
const log = require("./util/logger");
log.trace("X");
const main = (async () => {
});
main();
`
The text was updated successfully, but these errors were encountered: