autopilot-deno icon indicating copy to clipboard operation
autopilot-deno copied to clipboard

:rocket: Cross-platform desktop automation module for Deno.

Results 10 autopilot-deno issues
Sort by recently updated
recently updated
newest added

Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.0.1 to 1.1.4. Commits 4a54e57 Bump version to 1.1.4 ebf8b45 Merge pull request #34 from ibraheemdev/patch-1 3d69afa Fix memory ordering in RawIter::next c7d8dcd Bump version to 1.1.3...

dependencies

Bumps [crossbeam-queue](https://github.com/crossbeam-rs/crossbeam) from 0.2.1 to 0.2.3. Commits 149a3c9 Release crossbeam-queue 0.2.3 18363b5 Merge #476 e32c891 Release new versions 6d6591a Merge #474 528c3ca Undo bump of rand as it bumps MSRV...

dependencies

Bumps [regex](https://github.com/rust-lang/regex) from 1.3.7 to 1.5.6. Changelog Sourced from regex's changelog. 1.5.6 (2022-05-20) This release includes a few bug fixes, including a bug that produced incorrect matches when a non-greedy...

dependencies

Bumps [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) from 0.7.3 to 0.7.4. Changelog Sourced from crossbeam-deque's changelog. Version 0.8.1 Support targets that do not have atomic CAS on stable Rust (#698) Version 0.8.0 Bump the minimum...

dependencies

## Description Modifier keys don't really work like they should on MacOS. Maybe this is only an issue with MacOS Monterey, I don't think it is though. I can't really...

I have been looking for a library that can monitor keyboard and mouse events globally. Unfortunately, robotjs in nodejs only supports input and does not support monitoring. Hope you can...

Some commend didn't work on my system...

This adds support for the "down" scroll direction in op_scroll, using the same conditional style as op_click

I can't write a text that contains a single quote symbol, ie: "I don't understand" Steps to reproduce the behavior: ``` ts import AutoPilot from 'https://deno.land/x/[email protected]/mod.ts'; const pilot = new...

bug
E-easy

file: ```javascript //autopilot1.dn.js import * as autopilot from "https://deno.land/x/[email protected]/mod.ts"; ``` when I run this: ```zsh % deno --unstable run --allow-ffi --allow-env --allow-read autopilot1.dn.js ``` ```zsh error: Uncaught (in promise) TypeError:...