Commit 60432fe
authored
feat(browser-use): update viewport to 1920x1080 (#75)
Change browser window and viewport size from 1024x786 to 1920x1080 for
compatibility with kernel default viewport config.
## Changes
- Updated `window_size` from 1024x786 to 1920x1080
- Updated `viewport` from 1024x786 to 1920x1080
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> In `pkg/templates/python/browser-use/main.py`, the Browser session is
configured for a full HD layout.
>
> - Updates `Browser` initialization to set `window_size` and `viewport`
from `1024x786` to `1920x1080`
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
9611fb2. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent dc39c09 commit 60432fe
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments