mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Limit size of browser events (#8559)
Co-authored-by: Calvin Smith <calvin@all-hands.dev>
This commit is contained in:
parent
2dc7b37fe8
commit
b0005d4e09
@ -91,7 +91,6 @@ async def browse(
|
||||
active_page_index=obs.get(
|
||||
'active_page_index', -1
|
||||
), # index of the active page
|
||||
dom_object=obs.get('dom_object', {}), # DOM object
|
||||
axtree_object=obs.get('axtree_object', {}), # accessibility tree object
|
||||
extra_element_properties=obs.get('extra_element_properties', {}),
|
||||
focused_element_bid=obs.get(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user