|
|
@@ -2719,6 +2719,8 @@ Parameters:
|
|
|
- Always click in the center of an element (icon, button, link, etc.) based on coordinates derived from a screenshot.
|
|
|
* type: Type a string of text on the keyboard. You might use this after clicking on a text field to input text.
|
|
|
- Use with the \`text\` parameter to provide the string to type.
|
|
|
+ * resize: Resize the viewport to a specific w,h size.
|
|
|
+ - Use with the \`size\` parameter to specify the new size.
|
|
|
* scroll_down: Scroll down the page by one page height.
|
|
|
* scroll_up: Scroll up the page by one page height.
|
|
|
* close: Close the Puppeteer-controlled browser instance. This **must always be the final browser action**.
|
|
|
@@ -2727,6 +2729,8 @@ Parameters:
|
|
|
* Example: <url>https://example.com</url>
|
|
|
- coordinate: (optional) The X and Y coordinates for the \`click\` action. Coordinates should be within the **900x600** resolution.
|
|
|
* Example: <coordinate>450,300</coordinate>
|
|
|
+- size: (optional) The width and height for the \`resize\` action.
|
|
|
+ * Example: <size>1280,720</size>
|
|
|
- text: (optional) Use this for providing the text for the \`type\` action.
|
|
|
* Example: <text>Hello, world!</text>
|
|
|
Usage:
|
|
|
@@ -3630,6 +3634,8 @@ Parameters:
|
|
|
- Always click in the center of an element (icon, button, link, etc.) based on coordinates derived from a screenshot.
|
|
|
* type: Type a string of text on the keyboard. You might use this after clicking on a text field to input text.
|
|
|
- Use with the \`text\` parameter to provide the string to type.
|
|
|
+ * resize: Resize the viewport to a specific w,h size.
|
|
|
+ - Use with the \`size\` parameter to specify the new size.
|
|
|
* scroll_down: Scroll down the page by one page height.
|
|
|
* scroll_up: Scroll up the page by one page height.
|
|
|
* close: Close the Puppeteer-controlled browser instance. This **must always be the final browser action**.
|
|
|
@@ -3638,6 +3644,8 @@ Parameters:
|
|
|
* Example: <url>https://example.com</url>
|
|
|
- coordinate: (optional) The X and Y coordinates for the \`click\` action. Coordinates should be within the **1280x800** resolution.
|
|
|
* Example: <coordinate>450,300</coordinate>
|
|
|
+- size: (optional) The width and height for the \`resize\` action.
|
|
|
+ * Example: <size>1280,720</size>
|
|
|
- text: (optional) Use this for providing the text for the \`type\` action.
|
|
|
* Example: <text>Hello, world!</text>
|
|
|
Usage:
|