addedOutput schema / $defs / ElementPresentationData
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "ancestor_3d": {
+ "title": "Ancestor 3D",
+ "type": "boolean"
+ },
+ "coordinate_actionability": {
+ "enum": [
+ "ready",
+ "hidden",
+ "off_viewport",
+ "covered",
+ "pointer_disabled",
+ "transformed_3d",
+ "target_document_only"
+ ],
+ "title": "Coordinate Actionability",
+ "type": "string"
+ },
+ "display": {
+ "title": "Display",
+ "type": "string"
+ },
+ "opacity": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Opacity"
+ },
+ "perspective": {
+ "title": "Perspective",
+ "type": "string"
+ },
+ "pointer_events": {
+ "title": "Pointer Events",
+ "type": "string"
+ },
+ "three_dimensional": {
+ "title": "Three Dimensional",
+ "type": "boolean"
+ },
+ "transform": {
+ "title": "Transform",
+ "type": "string"
+ },
+ "transform_style": {
+ "title": "Transform Style",
+ "type": "string"
+ },
+ "transformed": {
+ "title": "Transformed",
+ "type": "boolean"
+ },
+ "visibility": {
+ "title": "Visibility",
+ "type": "string"
+ }
+ },
+ "required": [
+ "display",
+ "visibility",
+ "opacity",
+ "pointer_events",
+ "transform",
+ "transform_style",
+ "perspective",
+ "transformed",
+ "ancestor_3d",
+ "three_dimensional",
+ "coordinate_actionability"
+ ],
+ "title": "ElementPresentationData",
+ "type": "object"
+}
changedOutput schema / oneOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "data": {
- "additionalProperties": false,
- "properties": {
- "alive": {
- "title": "Alive",
- "type": "boolean"
- },
- "checked": {
- "title": "Checked",
- "type": "boolean"
- },
- "clickable": {
- "title": "Clickable",
- "type": "boolean"
- },
- "covered": {
- "title": "Covered",
- "type": "boolean"
- },
- "covering_backend_node_id": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "title": "Covering Backend Node Id"
- },
- "displayed": {
- "title": "Displayed",
- "type": "boolean"
- },
- "enabled": {
- "title": "Enabled",
- "type": "boolean"
- },
- "exact": {
- "anyOf": [
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Exact"
- },
- "frame_selectors": {
- "items": {
- "type": "string"
- },
- "title": "Frame Selectors",
- "type": "array"
- },
- "in_viewport": {
- "title": "In Viewport",
- "type": "boolean"
- },
- "locator": {
- "title": "Locator",
- "type": "string"
- },
- "name": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Name"
- },
- "rect": {
- "$ref": "#/$defs/ElementRectData"
- },
- "role": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Role"
- },
- "selected": {
- "title": "Selected",
- "type": "boolean"
- },
- "selector": {
- "title": "Selector",
- "type": "string"
- },
- "selector_normalized": {
- "title": "Selector Normalized",
- "type": "boolean"
- },
- "selector_strategy": {
- "title": "Selector Strategy",
- "type": "string"
- },
- "shadow_hosts": {
- "items": {
- "type": "string"
- },
- "title": "Shadow Hosts",
- "type": "array"
- },
- "tag": {
- "title": "Tag",
- "type": "string"
- },
- "target_kind": {
- "default": "selector",
- "enum": [
- "selector",
- "accessibility"
- ],
- "title": "Target Kind",
- "type": "string"
- },
- "text": {
- "title": "Text",
- "type": "string"
- },
- "whole_in_viewport": {
- "title": "Whole In Viewport",
- "type": "boolean"
- }
- },
- "required": [
- "selector",
- "locator",
- "selector_strategy",
- "selector_normalized",
- "tag",
- "text",
- "displayed",
- "enabled",
- "alive",
- "clickable",
- "checked",
- "selected",
- "in_viewport",
- "whole_in_viewport",
- "covered",
- "covering_backend_node_id",
- "rect"
- ],
- "title": "ElementStateData",
- "type": "object"
- },
- "message": {
- "type": "string"
- },
- "ok": {
- "const": true
- }
- },
- "required": [
- "ok",
- "message",
- "data"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "data": {
- "additionalProperties": true,
- "type": "object"
- },
- "error": {
- "additionalProperties": false,
- "properties": {
- "code": {
- "type": "string"
- },
- "details": {
- "additionalProperties": true,
- "type": "object"
- },
- "message": {
- "type": "string"
- }
- },
- "required": [
- "code",
- "message"
- ],
- "type": "object"
- },
- "message": {
- "type": "string"
- },
- "ok": {
- "const": false
- }
- },
- "required": [
- "ok",
- "message",
- "error"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "data": {
+ "additionalProperties": false,
+ "properties": {
+ "alive": {
+ "title": "Alive",
+ "type": "boolean"
+ },
+ "checked": {
+ "title": "Checked",
+ "type": "boolean"
+ },
+ "clickable": {
+ "title": "Clickable",
+ "type": "boolean"
+ },
+ "covered": {
+ "title": "Covered",
+ "type": "boolean"
+ },
+ "covering_backend_node_id": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Covering Backend Node Id"
+ },
+ "displayed": {
+ "title": "Displayed",
+ "type": "boolean"
+ },
+ "enabled": {
+ "title": "Enabled",
+ "type": "boolean"
+ },
+ "exact": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Exact"
+ },
+ "frame_selectors": {
+ "items": {
+ "type": "string"
+ },
+ "title": "Frame Selectors",
+ "type": "array"
+ },
+ "in_viewport": {
+ "title": "In Viewport",
+ "type": "boolean"
+ },
+ "locator": {
+ "title": "Locator",
+ "type": "string"
+ },
+ "name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Name"
+ },
+ "presentation": {
+ "$ref": "#/$defs/ElementPresentationData"
+ },
+ "rect": {
+ "$ref": "#/$defs/ElementRectData"
+ },
+ "role": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Role"
+ },
+ "selected": {
+ "title": "Selected",
+ "type": "boolean"
+ },
+ "selector": {
+ "title": "Selector",
+ "type": "string"
+ },
+ "selector_normalized": {
+ "title": "Selector Normalized",
+ "type": "boolean"
+ },
+ "selector_strategy": {
+ "title": "Selector Strategy",
+ "type": "string"
+ },
+ "shadow_hosts": {
+ "items": {
+ "type": "string"
+ },
+ "title": "Shadow Hosts",
+ "type": "array"
+ },
+ "tab_id": {
+ "description": "MCP tab id captured for this operation.",
+ "maxLength": 128,
+ "minLength": 1,
+ "type": "string"
+ },
+ "tag": {
+ "title": "Tag",
+ "type": "string"
+ },
+ "target_kind": {
+ "default": "selector",
+ "enum": [
+ "selector",
+ "accessibility"
+ ],
+ "title": "Target Kind",
+ "type": "string"
+ },
+ "text": {
+ "title": "Text",
+ "type": "string"
+ },
+ "whole_in_viewport": {
+ "title": "Whole In Viewport",
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "selector",
+ "locator",
+ "selector_strategy",
+ "selector_normalized",
+ "tag",
+ "text",
+ "displayed",
+ "enabled",
+ "alive",
+ "clickable",
+ "checked",
+ "selected",
+ "in_viewport",
+ "whole_in_viewport",
+ "covered",
+ "covering_backend_node_id",
+ "rect",
+ "presentation",
+ "tab_id"
+ ],
+ "title": "ElementStateData",
+ "type": "object"
+ },
+ "message": {
+ "type": "string"
+ },
+ "ok": {
+ "const": true
+ }
+ },
+ "required": [
+ "ok",
+ "message",
+ "data"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "data": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "error": {
+ "additionalProperties": false,
+ "properties": {
+ "code": {
+ "type": "string"
+ },
+ "details": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "message": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "code",
+ "message"
+ ],
+ "type": "object"
+ },
+ "message": {
+ "type": "string"
+ },
+ "ok": {
+ "const": false
+ }
+ },
+ "required": [
+ "ok",
+ "message",
+ "error"
+ ],
+ "type": "object"
+ }
+]