I need to run a GUI app on the logon screen on Windows 7 to 10.
I have a nodejs app registered as a service which runs as SYSTEM (the default), using node-windows module. This seems to be a prerequisite to what I need, but something more is…
I am trying to code a bot to automate some tasks on a videogame with JS and Node, so far I've been using RobotJS. The problem I'm facing is that I need to find something on the screen as it moves from time to time to then click on it. Something…
So I'm trying to build a simple VS Code extension but after I finally found the right modul to use I can't get it to run corectly.
After pressing F5 to test the extension i just get the message:
Activating extension…
Within an Electron project I just tried requiring RobotJS and got the error:
Uncaught Error: The module
'\\?\C:\Users\\... snip ...\app\bot\node_modules\robotjs\build\Release\robotjs.node'
was compiled against a different Node.js version…
I have node.js installed and I have tried various commands and installations but I keep getting a weird error when trying to do
npm install robotjs
So this is the error
root@name-VirtualBox:/home/name/Desktop# npm install robotjs
npm ERR! code…
Me and my friend made a game and we are trying to create a bot for it.
Its repeating the same action over and over again. But the mouse always follows the same path from point A to point B.
Is there a way to make the mouse move from point A to point…
I am working on a node application. Where I have to work with robotjs. When I tried to install the package to my node app, I am getting some error.
Activating extension 'x' failed: The module '\\?…
Our Electron application starts minimized to the Windows notification area i.e. not visible on the desktop.
The user forces the app to display on the desktop by clicking on the app notification tray icon.
Automating this is possible with RobotJs…
I am developing a desktop application for Windows using ElectronJS. I want to include the RobotJS module in my project, but I can't seem to figure out how to do it. I successfully downloaded the module by running 'npm install robotjs' and called it…
I have a JavaScript script that uses robotJS to find the color of pixels on the screen. I have created a test function that uses the current position of the mouse to read the color of pixels and display them to the console as hexadecimal. It seemed…
I'm working with the package robot.js and need to run lots of key tap commands (often over 50 a second) with my program.
So far it goes a bit like this:
...for in elements
setTimeout(() => {
console.log(element.deltaTime) // Logs the time that…
Im trying to load robotjs with electron but I keep getting an annoying Failed to compile error.
I'm using Vue.js for the interface, if that matters.
The error
error in ./node_modules/robotjs/build/Release/robotjs.node
Module parse failed:…
I want to do perform a mouse click while holding down the shift key on Mac.
I tried the following:
robot.keyToggle('shift', 'down');
robot.mouseClick();
However it doesn't work. The mouseClick() registers as a click with holding down shift.
How do…
I want to write integration tests for global keyboard shortcuts in electron.
My app has some webviews with the functionality of zoom in/out to be tested using cmd= and cmd- keys respectively.
I have tried several testing frameworks like spectron,…
I am using iohook module, in the local build its working fine ,For production build distribution after Mac notarize it's not working its saying no suitable image found
any solution, please
Issue