Bitmap Agent Options

The following table lists the agent options which determine the behavior of bitmap verification.

Option Description
opt_bitmap_match_count The number of successive snapshots that must be the same for the bitmap to be considered stable.
opt_bitmap_match_interval The time interval between snapshots to use for ensuring the stability of the image.
opt_bitmap_match_timeout The total time allowed for a bitmap to become stable.
opt:bitmap_pixel_tolerance The number of pixels that is allowed to be different for two bitmaps to be considered equivalent.
To set these options globally for a group of scripts, use the Agent Options dialog box. To set these options locally within a script or test case, use the SetOption method. For example:
Agent.SetOption (OPT_BITMAP_MATCH_COUNT, 3)