Skip to content

Commit 6e46257

Browse files
committed
Use fill instead of type
1 parent acf71e5 commit 6e46257

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

llms/extensions/browser/ui/generate-script.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ When refs are unavailable or unreliable, use semantic locators:
228228
agent-browser find text "Sign In" click
229229
agent-browser find label "Email" fill "user@test.com"
230230
agent-browser find role button click --name "Submit"
231-
agent-browser find placeholder "Search" type "query"
231+
agent-browser find placeholder "Search" fill "query"
232232
agent-browser find testid "submit-btn" click
233233
```
234234

@@ -378,7 +378,7 @@ agent-browser find role button click --name "Submit"
378378
agent-browser find text "Sign In" click
379379
agent-browser find text "Sign In" click --exact # Exact match only
380380
agent-browser find label "Email" fill "user@test.com"
381-
agent-browser find placeholder "Search" type "query"
381+
agent-browser find placeholder "Search" fill "query"
382382
agent-browser find alt "Logo" click
383383
agent-browser find title "Close" click
384384
agent-browser find testid "submit-btn" click

0 commit comments

Comments
 (0)