24 lines
No EOL
508 B
JSON
24 lines
No EOL
508 B
JSON
{
|
|
"browser": {
|
|
"headless": true,
|
|
"timeout": 30000,
|
|
"viewport": {
|
|
"width": 1280,
|
|
"height": 720
|
|
},
|
|
"user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
|
|
},
|
|
"screenshots": {
|
|
"path": "/tmp/browser-use-screenshots",
|
|
"format": "png",
|
|
"full_page": true
|
|
},
|
|
"retry": {
|
|
"max_attempts": 3,
|
|
"delay_seconds": 2
|
|
},
|
|
"logging": {
|
|
"level": "info",
|
|
"save_screenshots_on_error": true
|
|
}
|
|
} |