A window within my Application under Test contains an image that I want to perform a bitmap check on. The problem is that the window keeps changing positions; but in the Bitmap it obviously stays in the same position relative to this window. Is there a way I can perform a bitmap check that will pass, even though this window keeps changing positions? Solution: You can resolve this issue by using the Capture Window option, which is found in the 'Type' tab when creating the Bitmap check. By selecting this option, the check is performed relative to that specific window. If the window is in a different position on the screen when the check is run, the check will still pass as long as the bitmap is in the same location on that specific window. Old KB# 10580
↧