chore: rename project to clawdbot
This commit is contained in:
@@ -1,32 +1,32 @@
|
||||
export const browserCoreExamples = [
|
||||
"clawdis browser status",
|
||||
"clawdis browser start",
|
||||
"clawdis browser stop",
|
||||
"clawdis browser tabs",
|
||||
"clawdis browser open https://example.com",
|
||||
"clawdis browser focus abcd1234",
|
||||
"clawdis browser close abcd1234",
|
||||
"clawdis browser screenshot",
|
||||
"clawdis browser screenshot --full-page",
|
||||
"clawdis browser screenshot --ref 12",
|
||||
"clawdis browser snapshot",
|
||||
"clawdis browser snapshot --format aria --limit 200",
|
||||
"clawdbot browser status",
|
||||
"clawdbot browser start",
|
||||
"clawdbot browser stop",
|
||||
"clawdbot browser tabs",
|
||||
"clawdbot browser open https://example.com",
|
||||
"clawdbot browser focus abcd1234",
|
||||
"clawdbot browser close abcd1234",
|
||||
"clawdbot browser screenshot",
|
||||
"clawdbot browser screenshot --full-page",
|
||||
"clawdbot browser screenshot --ref 12",
|
||||
"clawdbot browser snapshot",
|
||||
"clawdbot browser snapshot --format aria --limit 200",
|
||||
];
|
||||
|
||||
export const browserActionExamples = [
|
||||
"clawdis browser navigate https://example.com",
|
||||
"clawdis browser resize 1280 720",
|
||||
"clawdis browser click 12 --double",
|
||||
'clawdis browser type 23 "hello" --submit',
|
||||
"clawdis browser press Enter",
|
||||
"clawdis browser hover 44",
|
||||
"clawdis browser drag 10 11",
|
||||
"clawdis browser select 9 OptionA OptionB",
|
||||
"clawdis browser upload /tmp/file.pdf",
|
||||
'clawdis browser fill --fields \'[{"ref":"1","value":"Ada"}]\'',
|
||||
"clawdis browser dialog --accept",
|
||||
'clawdis browser wait --text "Done"',
|
||||
"clawdis browser evaluate --fn '(el) => el.textContent' --ref 7",
|
||||
"clawdis browser console --level error",
|
||||
"clawdis browser pdf",
|
||||
"clawdbot browser navigate https://example.com",
|
||||
"clawdbot browser resize 1280 720",
|
||||
"clawdbot browser click 12 --double",
|
||||
'clawdbot browser type 23 "hello" --submit',
|
||||
"clawdbot browser press Enter",
|
||||
"clawdbot browser hover 44",
|
||||
"clawdbot browser drag 10 11",
|
||||
"clawdbot browser select 9 OptionA OptionB",
|
||||
"clawdbot browser upload /tmp/file.pdf",
|
||||
'clawdbot browser fill --fields \'[{"ref":"1","value":"Ada"}]\'',
|
||||
"clawdbot browser dialog --accept",
|
||||
'clawdbot browser wait --text "Done"',
|
||||
"clawdbot browser evaluate --fn '(el) => el.textContent' --ref 7",
|
||||
"clawdbot browser console --level error",
|
||||
"clawdbot browser pdf",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user