mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-06 08:01:31 +00:00
browser viewport height
This commit is contained in:
parent
d7eef4d92f
commit
755d5f9de4
1 changed files with 2 additions and 2 deletions
|
|
@ -52,8 +52,8 @@ class State:
|
|||
minimum_wait_page_load_time=1.0,
|
||||
wait_for_network_idle_page_load_time=2.0,
|
||||
maximum_wait_page_load_time=10.0,
|
||||
screen={"width": 1024, "height": 1024},
|
||||
viewport={"width": 1024, "height": 1024},
|
||||
screen={"width": 1024, "height": 2048},
|
||||
viewport={"width": 1024, "height": 2048},
|
||||
args=["--headless=new"],
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue