Skip to content

Commit 662f2d2

Browse files
SannidhyaSahSannidhya
andauthored
Update Browser Use docs: new video & actions, add to tutorial list (#422)
Co-authored-by: Sannidhya <[email protected]>
1 parent 6571eb5 commit 662f2d2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/features/browser-use.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Roo Code provides sophisticated browser automation capabilities that let you int
1818

1919
<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden' }}>
2020
<iframe
21-
src="https://www.youtube.com/embed/SJae206swxA"
21+
src="https://www.youtube.com/embed/cAjzTs0194c"
2222
style={{
2323
position: 'absolute',
2424
top: 0,
@@ -101,6 +101,9 @@ Key characteristics:
101101
| `scroll_down` | Scrolls down by one page | Viewing content below the fold |
102102
| `scroll_up` | Scrolls up by one page | Returning to previous content |
103103
| `close` | Closes the browser | Ending a browser session |
104+
| `hover` | Moves cursor to coordinates | Triggering hover states |
105+
| `press` | Presses a key combination | Keyboard shortcuts, Enter, Esc |
106+
| `resize` | Resizes the viewport | Testing responsive designs |
104107

105108
---
106109

docs/tutorial-videos.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
{
4444
"id": "IOpmeUGLpg0",
4545
"title": "Slash Commands"
46+
},
47+
{
48+
"id": "cAjzTs0194c",
49+
"title": "Browser Use"
4650
}
4751
]
4852
}

0 commit comments

Comments
 (0)