You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Click exactly one target in the tab selected by tabId, or this agent session's current tab when omitted. Prefer a Playwright locator; selector accepts legacy CSS; x and y must be supplied together.",
"Insert literal text into one input in the tab selected by tabId, or this agent session's current tab when omitted. Prefer a Playwright locator; set clear=true to replace existing text.",
"Press one keyboard key in the tab selected by tabId, or this agent session's current tab when omitted. Examples: {key:'Enter'}, {key:'Escape'}, or {key:'a',modifiers:['Meta']}.",
141
145
parameters: PreviewAutomationPressInput,
142
-
success: Schema.Null,
146
+
success: PreviewActionResult,
143
147
failure: PreviewAutomationError,
144
148
dependencies,
145
149
}).annotate(Tool.Title,"Press key in preview page"),
"Scroll the tab selected by tabId, or this agent session's current tab when omitted. Positive deltaY scrolls down and positive deltaX scrolls right; a locator/selector targets a container.",
"Wait in the tab selected by tabId, or this agent session's current tab when omitted, until all supplied locator, selector, text, and URL conditions match.",
174
178
parameters: PreviewAutomationWaitForInput,
175
-
success: Schema.Null,
179
+
success: PreviewActionResult,
176
180
failure: PreviewAutomationError,
177
181
dependencies,
178
182
}).annotate(Tool.Title,"Wait for preview page condition"),
0 commit comments