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
Check out this demo video to get a first impression of what nut.js is capable of.
@@ -102,46 +93,72 @@ It's work in progress and will undergo constant modification.
102
93
103
94
## Screen
104
95
105
-
-[x] Find an image on screen (requires an additional provider package like e.g. [nut-tree/template-matcher](https://www.npmjs.com/package/@nut-tree/template-matcher))
106
-
-[x] Find all image occurrences on screen
107
-
-[x] Wait for an image to appear on screen (requires an additional provider package like e.g. [nut-tree/template-matcher](https://www.npmjs.com/package/@nut-tree/template-matcher))
108
96
-[x] Retrieve RGBA color information on screen
109
-
-[x] Hooks to trigger actions based on images (requires an additional provider package like e.g. [nut-tree/template-matcher](https://www.npmjs.com/package/@nut-tree/template-matcher))
110
97
-[x] Highlighting screen regions
98
+
-[x] Find a single or multiple occurrences of an image on screen (requires an additional provider package like e.g. [nut-tree/template-matcher](https://www.npmjs.com/package/@nut-tree/template-matcher))
99
+
-[x] Wait for an image to appear on screen (requires an additional provider package like e.g. [nut-tree/template-matcher](https://www.npmjs.com/package/@nut-tree/template-matcher))
100
+
-[x] Find a single or multiple occurrences of text on screen (\*)
101
+
-[x] Wait for a piece of text to appear on screen (\*)
102
+
-[x] Find a single or multiple windows on screen (\*)
103
+
-[x] Wait for a window to appear on screen (\*)
104
+
-[x] Hooks to trigger actions based on detected text, images or windows (\*)
105
+
106
+
(\*) Requires an additional provider package, visit [nutjs.dev](https://nutjs.dev) for more info
111
107
112
108
## Integration
113
109
114
110
-[x] Jest
115
111
-[x] Electron
112
+
-[x] Custom log integration
116
113
117
114
# Sample
118
115
119
-
The following snippet shows a valid `nut.js` example:
116
+
The following snippet shows a valid `nut.js` example (using multiple addons):
0 commit comments