removedInput schema / properties / action
Removed value: -{
- "description": "The action to perform using browser automation",
- "enum": [
- "start",
- "navigate",
- "click",
- "type",
- "fill_form",
- "evaluate",
- "screenshot",
- "console_messages",
- "close",
- "drag",
- "upload_file",
- "list_tools"
- ],
- "type": "string"
-}
removedInput schema / properties / browser
Removed value: -{
- "enum": [
- "chrome",
- "firefox",
- "webkit",
- "msedge"
- ],
- "type": "string"
-}
removedInput schema / properties / button
Removed value: -{
- "enum": [
- "left",
- "right",
- "middle"
- ],
- "type": "string"
-}
removedInput schema / properties / doubleClick
Removed value: -{
- "type": "boolean"
-}
removedInput schema / properties / element
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / endElement
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / endRef
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / errorsOnly
Removed value: -{
- "type": "boolean"
-}
removedInput schema / properties / fields
Removed value: -{
- "items": {
- "properties": {
- "selector": {
- "type": "string"
- },
- "value": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
-}
removedInput schema / properties / files
Removed value: -{
- "items": {
- "type": "string"
- },
- "type": "array"
-}
removedInput schema / properties / fullPage
Removed value: -{
- "type": "boolean"
-}
removedInput schema / properties / headless
Removed value: -{
- "type": "boolean"
-}
removedInput schema / properties / modifiers
Removed value: -{
- "items": {
- "type": "string"
- },
- "type": "array"
-}
removedInput schema / properties / ref
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / script
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / startElement
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / startRef
Removed value: -{
- "type": "string"
-}
addedInput schema / properties / task
Added value: +{
+ "type": "string"
+}
removedInput schema / properties / text
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / url
Removed value: -{
- "type": "string"
-}