feat(plugins/community/screenshot): add plugin_screenshot_viewport and plugin_screenshot_wait (#1288)

This commit is contained in:
Simon Lecoq
2022-11-20 12:49:12 +01:00
committed by GitHub
parent 7d7e9d63a7
commit e0475b96c5
2 changed files with 21 additions and 2 deletions

View File

@@ -42,6 +42,23 @@ inputs:
type: string
default: body
plugin_screenshot_viewport:
description: |
Viewport options
type: json
default: |
{
"width": 1280,
"height": 1280
}
plugin_screenshot_wait:
description: |
Wait time before taking screenshot (ms)
type: number
min: 0
default: 0
plugin_screenshot_background:
description: |
Background