ClickOnBitmap Wizard

This wizard specifies the parameters used by the ClickOnBitmap statement.

ClickOnBitmap statement captures a rectangle within a window (the content of the rectangle must be visible on the screen). The capture creates an internal bitmap file for the specified zone, and at replay, a mouse click is done on this bitmap.

The ClickOnBitmap Wizard dialog box is called by double-clicking this statement in the Language window of WinTask Editor.

 

Click Capture button. The wizard screen is minimized and the mouse pointer becomes a cross. Draw a rectangle around the zone which has to be clicked within the window. When the zone content is captured, the wizard screen comes to focus and the Window field displays the name of the window where is the zone to click.

In Filename field, type the name of the file for the captured bitmap (type the filename without adding the .BMP extension), or click the Browse button to select an existing BMP file.

By checking Exactly at the same position,at replay the click will be done on the bitmap only if it is displayed at the same position as when the bitmap has been generated.
By checking Somewhere in the window, at replay the click will be done on the bitmap if it is found somewhere in the specified window.
By checking Somewhere in a defined area, at replay the click will be done on the bitmap if it is found somewhere in the zone defined using Define area button.

 

Click Paste into the script button to generate the ClickOnBitmap line in the script.