@@ -2719,6 +2719,8 @@ Parameters:
27192719 - Always click in the center of an element (icon, button, link, etc.) based on coordinates derived from a screenshot.
27202720 * type: Type a string of text on the keyboard. You might use this after clicking on a text field to input text.
27212721 - Use with the \`text\` parameter to provide the string to type.
2722+ * resize: Resize the viewport to a specific w,h size.
2723+ - Use with the \`size\` parameter to specify the new size.
27222724 * scroll_down: Scroll down the page by one page height.
27232725 * scroll_up: Scroll up the page by one page height.
27242726 * close: Close the Puppeteer-controlled browser instance. This **must always be the final browser action**.
@@ -2727,6 +2729,8 @@ Parameters:
27272729 * Example: <url>https://example.com</url>
27282730- coordinate: (optional) The X and Y coordinates for the \`click\` action. Coordinates should be within the **900x600** resolution.
27292731 * Example: <coordinate>450,300</coordinate>
2732+ - size: (optional) The width and height for the \`resize\` action.
2733+ * Example: <size>1280,720</size>
27302734- text: (optional) Use this for providing the text for the \`type\` action.
27312735 * Example: <text>Hello, world!</text>
27322736Usage:
@@ -3630,6 +3634,8 @@ Parameters:
36303634 - Always click in the center of an element (icon, button, link, etc.) based on coordinates derived from a screenshot.
36313635 * type: Type a string of text on the keyboard. You might use this after clicking on a text field to input text.
36323636 - Use with the \`text\` parameter to provide the string to type.
3637+ * resize: Resize the viewport to a specific w,h size.
3638+ - Use with the \`size\` parameter to specify the new size.
36333639 * scroll_down: Scroll down the page by one page height.
36343640 * scroll_up: Scroll up the page by one page height.
36353641 * close: Close the Puppeteer-controlled browser instance. This **must always be the final browser action**.
@@ -3638,6 +3644,8 @@ Parameters:
36383644 * Example: <url>https://example.com</url>
36393645- coordinate: (optional) The X and Y coordinates for the \`click\` action. Coordinates should be within the **1280x800** resolution.
36403646 * Example: <coordinate>450,300</coordinate>
3647+ - size: (optional) The width and height for the \`resize\` action.
3648+ * Example: <size>1280,720</size>
36413649- text: (optional) Use this for providing the text for the \`type\` action.
36423650 * Example: <text>Hello, world!</text>
36433651Usage:
0 commit comments