addedInput schema / $schema
Added value: +"http://json-schema.org/draft-07/schema#"
addedInput schema / additionalProperties
Added value: +false
changedInput schema / properties / fullPage / description
Previous value: -"Capture full scrollable page"New value: +"Capture full page"
changedInput schema / properties / height / description
Previous value: -"Viewport height in pixels"New value: +"Viewport height"
changedInput schema / properties / outputPath / description
Previous value: -"Custom output path (optional)"New value: +"Absolute path, or relative to home dir"
addedInput schema / properties / selector
Added value: +{
+ "description": "CSS selector for element",
+ "type": "string"
+}
changedInput schema / properties / url / description
Previous value: -"URL to capture (can be http://, https://, or file:///)"New value: +"URL to capture"
addedInput schema / properties / waitForSelector
Added value: +{
+ "description": "Wait for selector",
+ "type": "string"
+}
addedInput schema / properties / waitForTimeout
Added value: +{
+ "description": "Delay in ms",
+ "maximum": 30000,
+ "minimum": 0,
+ "type": "number"
+}
changedInput schema / properties / width / description
Previous value: -"Viewport width in pixels"New value: +"Viewport width"