changedInput schema / properties / actions / items / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "milliseconds": {
- "description": "Time to wait in milliseconds",
- "type": "number"
- },
- "type": {
- "const": "wait",
- "type": "string"
- }
- },
- "required": [
- "type",
- "milliseconds"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "selector": {
- "description": "CSS selector for the target element",
- "type": "string"
- },
- "type": {
- "const": "click",
- "type": "string"
- }
- },
- "required": [
- "type",
- "selector"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "fullPage": {
- "description": "Take full page screenshot",
- "type": "boolean"
- },
- "type": {
- "const": "screenshot",
- "type": "string"
- }
- },
- "required": [
- "type"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "selector": {
- "description": "CSS selector for the target element",
- "type": "string"
- },
- "text": {
- "description": "Text to write",
- "type": "string"
- },
- "type": {
- "const": "write",
- "type": "string"
- }
- },
- "required": [
- "type",
- "selector",
- "text"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "key": {
- "description": "Key to press",
- "type": "string"
- },
- "type": {
- "const": "press",
- "type": "string"
- }
- },
- "required": [
- "type",
- "key"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "direction": {
- "description": "Scroll direction",
- "enum": [
- "up",
- "down"
- ],
- "type": "string"
- },
- "type": {
- "const": "scroll",
- "type": "string"
- }
- },
- "required": [
- "type",
- "direction"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "type": {
- "const": "scrape",
- "type": "string"
- }
- },
- "required": [
- "type"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "script": {
- "description": "JavaScript code to execute",
- "type": "string"
- },
- "type": {
- "const": "executeJavascript",
- "type": "string"
- }
- },
- "required": [
- "type",
- "script"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "milliseconds": {
+ "description": "Time to wait in milliseconds",
+ "type": "number"
+ },
+ "type": {
+ "const": "wait",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "milliseconds"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "selector": {
+ "description": "CSS selector for the target element",
+ "type": "string"
+ },
+ "type": {
+ "const": "click",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "selector"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "selector": {
+ "description": "CSS selector for the target element",
+ "type": "string"
+ },
+ "text": {
+ "description": "Text to write",
+ "type": "string"
+ },
+ "type": {
+ "const": "write",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "selector",
+ "text"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "key": {
+ "description": "Key to press",
+ "type": "string"
+ },
+ "type": {
+ "const": "press",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "key"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "direction": {
+ "description": "Scroll direction",
+ "enum": [
+ "up",
+ "down"
+ ],
+ "type": "string"
+ },
+ "type": {
+ "const": "scroll",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "direction"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "script": {
+ "description": "JavaScript code to execute",
+ "type": "string"
+ },
+ "type": {
+ "const": "executeJavascript",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "script"
+ ],
+ "type": "object"
+ }
+]