addedInput schema / $defs
Added value: +{
+ "shared0": {
+ "description": "Top document or a bounded outer-to-inner chain of semantic iframe element selectors",
+ "oneOf": [
+ {
+ "properties": {
+ "kind": {
+ "const": "main",
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "chain": {
+ "items": {
+ "oneOf": [
+ {
+ "properties": {
+ "exact": {
+ "default": true,
+ "type": "boolean"
+ },
+ "name": {
+ "type": "string"
+ },
+ "strategy": {
+ "const": "role",
+ "type": "string"
+ },
+ "value": {
+ "$ref": "#/$defs/shared1"
+ }
+ },
+ "required": [
+ "strategy",
+ "value"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "strategy": {
+ "$ref": "#/$defs/shared2"
+ },
+ "value": {
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "required": [
+ "strategy",
+ "value"
+ ],
+ "type": "object"
+ }
+ ]
+ },
+ "maxItems": 5,
+ "minItems": 1,
+ "type": "array"
+ },
+ "kind": {
+ "const": "iframe",
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "chain"
+ ],
+ "type": "object"
+ }
+ ]
+ },
+ "shared1": {
+ "enum": [
+ "button",
+ "link",
+ "textbox",
+ "checkbox",
+ "radio",
+ "combobox",
+ "heading",
+ "listitem",
+ "option",
+ "tab"
+ ],
+ "type": "string"
+ },
+ "shared2": {
+ "enum": [
+ "text",
+ "label",
+ "placeholder",
+ "testId",
+ "css"
+ ],
+ "type": "string"
+ }
+}
changedInput schema / properties / capture / oneOf
Previous value: -[
- {
- "properties": {
- "kind": {
- "const": "viewport",
- "type": "string"
- }
- },
- "required": [
- "kind"
- ],
- "type": "object"
- },
- {
- "properties": {
- "kind": {
- "const": "fullPage",
- "type": "string"
- }
- },
- "required": [
- "kind"
- ],
- "type": "object"
- },
- {
- "properties": {
- "kind": {
- "const": "element",
- "type": "string"
- },
- "locator": {
- "oneOf": [
- {
- "properties": {
- "exact": {
- "default": true,
- "type": "boolean"
- },
- "frame": {
- "description": "Top document or a bounded outer-to-inner chain of semantic iframe element selectors",
- "oneOf": [
- {
- "properties": {
- "kind": {
- "const": "main",
- "type": "string"
- }
- },
- "required": [
- "kind"
- ],
- "type": "object"
- },
- {
- "properties": {
- "chain": {
- "items": {
- "oneOf": [
- {
- "properties": {
- "exact": {
- "default": true,
- "type": "boolean"
- },
- "name": {
- "type": "string"
- },
- "strategy": {
- "const": "role",
- "type": "string"
- },
- "value": {
- "enum": [
- "button",
- "link",
- "textbox",
- "checkbox",
- "radio",
- "combobox",
- "heading",
- "listitem",
- "option",
- "tab"
- ],
- "type": "string"
- }
- },
- "required": [
- "strategy",
- "value"
- ],
- "type": "object"
- },
- {
- "properties": {
- "strategy": {
- "enum": [
- "text",
- "label",
- "placeholder",
- "testId",
- "css"
- ],
- "type": "string"
- },
- "value": {
- "minLength": 1,
- "type": "string"
- }
- },
- "required": [
- "strategy",
- "value"
- ],
- "type": "object"
- }
- ]
- },
- "maxItems": 5,
- "minItems": 1,
- "type": "array"
- },
- "kind": {
- "const": "iframe",
- "type": "string"
- }
- },
- "required": [
- "kind",
- "chain"
- ],
- "type": "object"
- }
- ]
- },
- "name": {
- "type": "string"
- },
- "strategy": {
- "const": "role",
- "type": "string"
- },
- "value": {
- "enum": [
- "button",
- "link",
- "textbox",
- "checkbox",
- "radio",
- "combobox",
- "heading",
- "listitem",
- "option",
- "tab"
- ],
- "type": "string"
- }
- },
- "required": [
- "strategy",
- "value"
- ],
- "type": "object"
- },
- {
- "properties": {
- "frame": {
- "description": "Top document or a bounded outer-to-inner chain of semantic iframe element selectors",
- "oneOf": [
- {
- "properties": {
- "kind": {
- "const": "main",
- "type": "string"
- }
- },
- "required": [
- "kind"
- ],
- "type": "object"
- },
- {
- "properties": {
- "chain": {
- "items": {
- "oneOf": [
- {
- "properties": {
- "exact": {
- "default": true,
- "type": "boolean"
- },
- "name": {
- "type": "string"
- },
- "strategy": {
- "const": "role",
- "type": "string"
- },
- "value": {
- "enum": [
- "button",
- "link",
- "textbox",
- "checkbox",
- "radio",
- "combobox",
- "heading",
- "listitem",
- "option",
- "tab"
- ],
- "type": "string"
- }
- },
- "required": [
- "strategy",
- "value"
- ],
- "type": "object"
- },
- {
- "properties": {
- "strategy": {
- "enum": [
- "text",
- "label",
- "placeholder",
- "testId",
- "css"
- ],
- "type": "string"
- },
- "value": {
- "minLength": 1,
- "type": "string"
- }
- },
- "required": [
- "strategy",
- "value"
- ],
- "type": "object"
- }
- ]
- },
- "maxItems": 5,
- "minItems": 1,
- "type": "array"
- },
- "kind": {
- "const": "iframe",
- "type": "string"
- }
- },
- "required": [
- "kind",
- "chain"
- ],
- "type": "object"
- }
- ]
- },
- "strategy": {
- "enum": [
- "text",
- "label",
- "placeholder",
- "testId",
- "css"
- ],
- "type": "string"
- },
- "value": {
- "minLength": 1,
- "type": "string"
- }
- },
- "required": [
- "strategy",
- "value"
- ],
- "type": "object"
- }
- ]
- }
- },
- "required": [
- "kind",
- "locator"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "properties": {
+ "kind": {
+ "const": "viewport",
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "kind": {
+ "const": "fullPage",
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "kind": {
+ "const": "element",
+ "type": "string"
+ },
+ "locator": {
+ "oneOf": [
+ {
+ "properties": {
+ "exact": {
+ "default": true,
+ "type": "boolean"
+ },
+ "frame": {
+ "$ref": "#/$defs/shared0"
+ },
+ "name": {
+ "type": "string"
+ },
+ "strategy": {
+ "const": "role",
+ "type": "string"
+ },
+ "value": {
+ "$ref": "#/$defs/shared1"
+ }
+ },
+ "required": [
+ "strategy",
+ "value"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "frame": {
+ "$ref": "#/$defs/shared0"
+ },
+ "strategy": {
+ "$ref": "#/$defs/shared2"
+ },
+ "value": {
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "required": [
+ "strategy",
+ "value"
+ ],
+ "type": "object"
+ }
+ ]
+ }
+ },
+ "required": [
+ "kind",
+ "locator"
+ ],
+ "type": "object"
+ }
+]