Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Find Image of slightly differently scaled graphics
#2
If there are only few different symbols (don't need to find any similar symbol), the "find image" function (and the tool) supports multiple images, with "find any" logic.

Code:
Copy      Help
var w1 = wnd.find(1, "Photo Album - Brave", "Chrome_WidgetWin_1");
var c1 = w1.Child(1, "Chrome Legacy Window", "Chrome_RenderWidgetHostHWND");
IFImage[] image1 = {
    @"image:",
    @"image:",
};

var im1 = uiimage.find(1, c1, image1);
im1.MouseMove();


Messages In This Thread
RE: Find Image of slightly differently scaled graphics - by Gintaras - 02-18-2026, 04:50 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)