changedInput schema / properties / action / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "button": {
- "default": "left",
- "enum": [
- "left",
- "middle",
- "right"
- ],
- "type": "string"
- },
- "nth": {
- "minimum": 0,
- "type": "integer"
- },
- "selector": {
- "minLength": 1,
- "type": "string"
- },
- "type": {
- "const": "click",
- "type": "string"
- }
- },
- "required": [
- "type",
- "selector"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "delay": {
- "default": 40,
- "minimum": 0,
- "type": "integer"
- },
- "selector": {
- "minLength": 1,
- "type": "string"
- },
- "text": {
- "type": "string"
- },
- "type": {
- "const": "type",
- "type": "string"
- }
- },
- "required": [
- "type",
- "selector",
- "text"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "type": {
- "const": "navigate",
- "type": "string"
- },
- "url": {
- "format": "uri",
- "type": "string"
- }
- },
- "required": [
- "type",
- "url"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "type": {
- "const": "back",
- "type": "string"
- }
- },
- "required": [
- "type"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "type": {
- "const": "forward",
- "type": "string"
- }
- },
- "required": [
- "type"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "type": {
- "const": "reload",
- "type": "string"
- }
- },
- "required": [
- "type"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "selector": {
- "type": "string"
- },
- "type": {
- "const": "scroll",
- "type": "string"
- },
- "x": {
- "type": "integer"
- },
- "y": {
- "type": "integer"
- }
- },
- "required": [
- "type"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "selector": {
- "type": "string"
- },
- "type": {
- "const": "screenshot",
- "type": "string"
- }
- },
- "required": [
- "type"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "selector": {
- "type": "string"
- },
- "timeoutMs": {
- "default": 5000,
- "minimum": 0,
- "type": "integer"
- },
- "type": {
- "const": "waitFor",
- "type": "string"
- }
- },
- "required": [
- "type"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "button": {
+ "default": "left",
+ "enum": [
+ "left",
+ "middle",
+ "right"
+ ],
+ "type": "string"
+ },
+ "nth": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "selector": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "type": {
+ "const": "click",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "selector"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "delay": {
+ "default": 40,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "selector": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "text": {
+ "type": "string"
+ },
+ "type": {
+ "const": "type",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "selector",
+ "text"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "type": {
+ "const": "navigate",
+ "type": "string"
+ },
+ "url": {
+ "format": "uri",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "url"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "type": {
+ "const": "back",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "type": {
+ "const": "forward",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "type": {
+ "const": "reload",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "selector": {
+ "type": "string"
+ },
+ "type": {
+ "const": "scroll",
+ "type": "string"
+ },
+ "x": {
+ "type": "integer"
+ },
+ "y": {
+ "type": "integer"
+ }
+ },
+ "required": [
+ "type"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "selector": {
+ "type": "string"
+ },
+ "type": {
+ "const": "screenshot",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "selector": {
+ "type": "string"
+ },
+ "timeoutMs": {
+ "default": 5000,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "type": {
+ "const": "waitFor",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "selector": {
+ "type": "string"
+ },
+ "type": {
+ "const": "enter",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "nth": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "selector": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "type": {
+ "const": "dblclick",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "selector"
+ ],
+ "type": "object"
+ }
+]