1.

What Do You Verify With The Sync Point For Screen Area And What Command It Generates, Explain Syntax?

Answer»

For SCREEN area verification we actually capture the screen area into a bitmap and verify the APPLICATION screen area with the bitmap FILE during execution.
Syntax: obj_wait_bitmap(object, IMAGE, time, x, y, width, HEIGHT);

For screen area verification we actually capture the screen area into a bitmap and verify the application screen area with the bitmap file during execution.
Syntax: obj_wait_bitmap(object, image, time, x, y, width, height);



Discussion

No Comment Found