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
Related to my previous request, see pseudo code
Screen.grab(imageA, ...whole screen...) Screen.loadFile(imageB, ...image of some button...)
var coord = new Coord;
if (imageA.findImage(imageB, coord) == true) {
robot.Mouse().click(coord); // click found image
}
How you expect the feature to work
This feature does not have to be fast
It should be able to load commonly used image formats (jpg, png, bmp).
The loaded result must be in the same format as the Image created in Screen.grab.
Any other useful information
None
PS. Sorry, I'm finally robot-js user, not robot native. But I'm a c ++ developer.
The text was updated successfully, but these errors were encountered:
A short and descriptive title
A detailed description of the feature
A few typical use case scenarios
Screen.grab(imageA, ...whole screen...)
Screen.loadFile(imageB, ...image of some button...)
var coord = new Coord;
if (imageA.findImage(imageB, coord) == true) {
robot.Mouse().click(coord); // click found image
}
How you expect the feature to work
Any other useful information
PS. Sorry, I'm finally robot-js user, not robot native. But I'm a c ++ developer.
The text was updated successfully, but these errors were encountered: