pentamassiv
pentamassiv
Thank you for the report, I haven't noticed that on the mac I tested it with. I have to look into it
I believe this is a timing issue again. For some reason it is more likely to happen if you move the mouse to (0,0). Maybe that is the reason why...
Instead of CapsLock, the shift can get activated. We need to store the shift state so we can toggle it
Hi, thank you for your PR. I don't have a mac to test this with right now. It probably will take a few weeks before I borrow one again. Merging...
Key repeat was always broken on macOS. See https://github.com/enigo-rs/enigo/issues/98. I changed the code a lot, so the PR cannot get merged. I'll have a look at the issue in a...
I took Brett's commits and made a few changes. The tries can be found here: https://github.com/enigo-rs/enigo/tree/tests Here are a few things that I found out/tried out: - removed the browser-actions/setup-firefox...
In the Github Workflow on Windows (Windows Server 2022) I saw the following output: ``` Running tests\browser.rs (target\debug\deps\browser-7ff64108df6d7934.exe) running 1 test Created channel WebSocket server thread was spawned TcpListener was...
There is `xquartz` for Mac and cygwin has the packages `xorg-server xorg-server-extra` which contain `xvfb` so in theory it should be possible to use `xvfb` on all platforms but I...
@Megamannen , in another issue you mentioned that you wrote a similar library. Were you able to run some integration tests for it?
> Has someone tried to run the windows test locally running inside a VM and not nativ under windows? Yes, I just installed Windows 10 in Gnome Boxes and it...