MCPcopy Create free account

hub / github.com/OTA-Tech-AI/web-agent-protocol / functions

Functions527 in github.com/OTA-Tech-AI/web-agent-protocol

Functiontest_add_state_with_memory_result
Test adding state with result that should be included in memory
browser_use/agent/message_manager/tests.py:67
Functiontest_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
Functiontest_all_model_outputs
(sample_history: AgentHistoryList)
browser_use/agent/tests.py:165
Functiontest_all_model_outputs_filtered
(sample_history: AgentHistoryList)
browser_use/agent/tests.py:175
Functiontest_all_screenshots
(sample_history: AgentHistoryList)
browser_use/agent/tests.py:159
Functiontest_empty_history
()
browser_use/agent/tests.py:181
Functiontest_final_result
(sample_history: AgentHistoryList)
browser_use/agent/tests.py:145
Functiontest_get_errors
(sample_history: AgentHistoryList)
browser_use/agent/tests.py:139
Functiontest_highlight_elements
()
browser_use/browser/tests/test_clicks.py:32
Functiontest_initial_messages
Test that message manager initializes with system and task messages
browser_use/agent/message_manager/tests.py:34
Functiontest_is_done
(sample_history: AgentHistoryList)
browser_use/agent/tests.py:149
Functiontest_last_model_output
(sample_history: AgentHistoryList)
browser_use/agent/tests.py:133
Functiontest_process_dom
()
browser_use/dom/tests/process_dom_test.py:8
Functiontest_token_overflow_handling_with_real_flow
Test handling of token overflow in a realistic message flow
browser_use/agent/message_manager/tests.py:125
Functiontest_urls
(sample_history: AgentHistoryList)
browser_use/agent/tests.py:153
Functiontime_execution_async
( additional_text: str = '', )
browser_use/utils.py:290
Methodto_dict
(self)
browser_use/dom/history_tree_processor/view.py:54
Methodto_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
FunctiontransformRecord
(record)
chrome-extension/js/DOMListener.js:221
FunctionupdatePositions
()
browser_use/dom/buildDomTree.js:296
Methoduser_id
(self)
browser_use/telemetry/service.py:87
Methodvalidate
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
Methodwait
(seconds: int = 3)
browser_use/controller/service.py:121
Methodwait_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
Methodwait_for_element
Waits for the element specified by the CSS selector to become visible within the given timeout.
browser_use/controller/service.py:128
Methodwindows_handler
(sig, frame)
browser_use/utils.py:80
Functionwrapper
(*args: P.args, **kwargs: P.kwargs)
browser_use/utils.py:278
← previous501–527 of 527, ranked by callers