Basic Information

appmixer.airtop.core.TakeScreenshot

1.0.0

Public

Take a screenshot of a browser window and store it as a file. The component outputs the File ID; the image itself never travels through the flow.

Input Ports

in

FieldTypeDescription
Session ID text The ID of the Airtop session, typically taken from the output of the Create Session component.
Window ID text The ID of the browser window, typically taken from the output of the Create Window component.
Max Width (px) number Scale the screenshot down to fit this width, preserving the aspect ratio.
Max Height (px) number Scale the screenshot down to fit this height, preserving the aspect ratio.
Cost Threshold (credits) number Cancel the operation once it exceeds this many credits. Leave empty to use the Airtop default.
Time Threshold (seconds) number Cancel the operation once it runs longer than this many seconds, between 1 and 300. Leave empty to use the Airtop default.

Output Ports

out

FieldTypeDescription
File ID string -
File Name string -
File Size (bytes) integer -
Status string -
Request ID string -
Credits Used integer -

Full Metadata