CaptureFullPageBitmap Method (BrowserWindow)

Action

Capture a screenshot of the whole web page and save it as a file to the specified path. The filename extension determines the file type. Possible extensions are .jpg, .jpeg, .png, and .bmp.

Syntax

browserWindow.CaptureFullPageBitmap(path)
Variable Description
path The file path to the generated image. The filename extension determines the file type. Possible extensions are .jpg, .jpeg, .png, and .bmp. String.