是否可以单击不在特定容器元素中的图像?
当我确实有一个容器时,我会使用这样的东西:
MyRepo.AnyForm.AnyElement.Click(new Location(Imaging.Load(anyPicture.bmp)));
这很好用。但是现在,我想单击 Ranorex 无法识别的上下文菜单中的菜单项。所以我想让 Ranorex 轻松地在整个屏幕上搜索目标图像。像这样的东西:
AnyElementThatRepresentsTheWholeScreen.Click(new Location(Imaging.Load(anyPicture.bmp)))
谢谢和问候,fahexot