Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OTA-Tech-AI/web-agent-protocol
/ functions
Functions
527 in github.com/OTA-Tech-AI/web-agent-protocol
⨍
Functions
527
◇
Types & classes
98
↳
Endpoints
19
Function
test_add_state_with_memory_result
Test adding state with result that should be included in memory
browser_use/agent/message_manager/tests.py:67
Function
test_add_state_with_non_memory_result
Test adding state with result that should not be included in memory
browser_use/agent/message_manager/tests.py:96
Function
test_all_model_outputs
(sample_history: AgentHistoryList)
browser_use/agent/tests.py:165
Function
test_all_model_outputs_filtered
(sample_history: AgentHistoryList)
browser_use/agent/tests.py:175
Function
test_all_screenshots
(sample_history: AgentHistoryList)
browser_use/agent/tests.py:159
Function
test_empty_history
()
browser_use/agent/tests.py:181
Function
test_final_result
(sample_history: AgentHistoryList)
browser_use/agent/tests.py:145
Function
test_get_errors
(sample_history: AgentHistoryList)
browser_use/agent/tests.py:139
Function
test_highlight_elements
()
browser_use/browser/tests/test_clicks.py:32
Function
test_initial_messages
Test that message manager initializes with system and task messages
browser_use/agent/message_manager/tests.py:34
Function
test_is_done
(sample_history: AgentHistoryList)
browser_use/agent/tests.py:149
Function
test_last_model_output
(sample_history: AgentHistoryList)
browser_use/agent/tests.py:133
Function
test_process_dom
()
browser_use/dom/tests/process_dom_test.py:8
Function
test_token_overflow_handling_with_real_flow
Test handling of token overflow in a realistic message flow
browser_use/agent/message_manager/tests.py:125
Function
test_urls
(sample_history: AgentHistoryList)
browser_use/agent/tests.py:153
Function
time_execution_async
( additional_text: str = '', )
browser_use/utils.py:290
Method
to_dict
(self)
browser_use/dom/history_tree_processor/view.py:54
Method
to_json
Returns the JSON representation of the model. It uses langchain's `dumps` function to serialize the `message` property before encoding the ove
browser_use/agent/message_manager/views.py:34
Function
transformRecord
(record)
chrome-extension/js/DOMListener.js:221
Function
updatePositions
()
browser_use/dom/buildDomTree.js:296
Method
user_id
(self)
browser_use/telemetry/service.py:87
Method
validate
Custom validator that uses langchain's `loads` function to parse the message if it is provided as a JSON string.
browser_use/agent/message_manager/views.py:50
Method
wait
(seconds: int = 3)
browser_use/controller/service.py:121
Method
wait_for_element
Waits for an element matching the given CSS selector to become visible. Args: selector (str): The CSS selector of the element. timeo
browser_use/browser/context.py:1659
Method
wait_for_element
Waits for the element specified by the CSS selector to become visible within the given timeout.
browser_use/controller/service.py:128
Method
windows_handler
(sig, frame)
browser_use/utils.py:80
Function
wrapper
(*args: P.args, **kwargs: P.kwargs)
browser_use/utils.py:278
← previous
501–527 of 527, ranked by callers