Add Larger Viewport Size Options for browser_action Tool #1909
taeonu
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current Behavior
The browser_action tool's viewport size maxes out at 1280x800 pixels, causing:
coordinate / 0.67
).Proposed Solution
Add viewport size options up to 1920x1200 pixels to accommodate common zoom levels.
The viewport size is already configurable via
setBrowserViewportSize
inExtensionStateContext.tsx
and existing UI settings. Adding larger options should be straightforward.Benefits
Implementation Details
Related Issues
Possibly related to #1896 "Browser Preview click always misses target" (same coordinate transformation issue).
Additional Context
Search for "viewport", "browser_action", or "viewportSize" in UI components to locate relevant code.
Beta Was this translation helpful? Give feedback.
All reactions