|
6012 | 6012 | { |
6013 | 6013 | "name": "nodeId", |
6014 | 6014 | "$ref": "NodeId", |
6015 | | - "description": "Id of the node to focus." |
| 6015 | + "optional": true, |
| 6016 | + "description": "Identifier of the node." |
| 6017 | + }, |
| 6018 | + { |
| 6019 | + "name": "backendNodeId", |
| 6020 | + "$ref": "BackendNodeId", |
| 6021 | + "optional": true, |
| 6022 | + "description": "Identifier of the backend node." |
| 6023 | + }, |
| 6024 | + { |
| 6025 | + "name": "objectId", |
| 6026 | + "$ref": "Runtime.RemoteObjectId", |
| 6027 | + "optional": true, |
| 6028 | + "description": "JavaScript object id of the node wrapper." |
6016 | 6029 | } |
6017 | 6030 | ], |
6018 | 6031 | "description": "Focuses the given element.", |
|
6021 | 6034 | { |
6022 | 6035 | "name": "setFileInputFiles", |
6023 | 6036 | "parameters": [ |
6024 | | - { |
6025 | | - "name": "nodeId", |
6026 | | - "$ref": "NodeId", |
6027 | | - "description": "Id of the file input node to set files for." |
6028 | | - }, |
6029 | 6037 | { |
6030 | 6038 | "name": "files", |
6031 | 6039 | "type": "array", |
6032 | 6040 | "items": { |
6033 | 6041 | "type": "string" |
6034 | 6042 | }, |
6035 | 6043 | "description": "Array of file paths to set." |
| 6044 | + }, |
| 6045 | + { |
| 6046 | + "name": "nodeId", |
| 6047 | + "$ref": "NodeId", |
| 6048 | + "optional": true, |
| 6049 | + "description": "Identifier of the node." |
| 6050 | + }, |
| 6051 | + { |
| 6052 | + "name": "backendNodeId", |
| 6053 | + "$ref": "BackendNodeId", |
| 6054 | + "optional": true, |
| 6055 | + "description": "Identifier of the backend node." |
| 6056 | + }, |
| 6057 | + { |
| 6058 | + "name": "objectId", |
| 6059 | + "$ref": "Runtime.RemoteObjectId", |
| 6060 | + "optional": true, |
| 6061 | + "description": "JavaScript object id of the node wrapper." |
6036 | 6062 | } |
6037 | 6063 | ], |
6038 | 6064 | "description": "Sets files for the given file input element.", |
|
6044 | 6070 | { |
6045 | 6071 | "name": "nodeId", |
6046 | 6072 | "$ref": "NodeId", |
6047 | | - "description": "Id of the node to get box model for." |
| 6073 | + "optional": true, |
| 6074 | + "description": "Identifier of the node." |
| 6075 | + }, |
| 6076 | + { |
| 6077 | + "name": "backendNodeId", |
| 6078 | + "$ref": "BackendNodeId", |
| 6079 | + "optional": true, |
| 6080 | + "description": "Identifier of the backend node." |
| 6081 | + }, |
| 6082 | + { |
| 6083 | + "name": "objectId", |
| 6084 | + "$ref": "Runtime.RemoteObjectId", |
| 6085 | + "optional": true, |
| 6086 | + "description": "JavaScript object id of the node wrapper." |
6048 | 6087 | } |
6049 | 6088 | ], |
6050 | 6089 | "returns": [ |
|
0 commit comments