|
|
|
|
|
by taroth
597 days ago
|
|
Yup that could help, although if the key content is behind the window, clicks would bug out. I'm writing a PR to hide the window for now as a simple solution. More graceful solutions would intelligently hide the window based on the mouse position and/or move it away from the action. |
|
```
import { mouse, Window, Point, Region } from '@nut-tree-fork/nut-js';
async function clickLinkInWindow(windowTitle: string, linkCoordinates: { x: number, y: number }) {
try {
}```