MCPcopy Create free account

hub / github.com/microsoft/Webwright / functions

Functions355 in github.com/microsoft/Webwright

↓ 1 callersMethodformat_observation_messages
( self, message: dict[str, Any], outputs: list[dict[str, Any]], template_vars:
src/webwright/models/base.py:376
↓ 1 callersFunctionget_agent
(model: Model, env: Environment, config: dict, *, default_type: str = "default")
src/webwright/agents/__init__.py:20
↓ 1 callersFunctionget_agent_class
(spec: str)
src/webwright/agents/__init__.py:13
↓ 1 callersFunctionget_environment
(config: dict, *, default_type: str = "local_workspace")
src/webwright/environments/__init__.py:21
↓ 1 callersFunctionget_environment_class
(spec: str)
src/webwright/environments/__init__.py:14
↓ 1 callersFunctionget_model_class
(spec: str)
src/webwright/models/__init__.py:15
↓ 1 callersFunctionimage_part_from_path
(path: Path)
src/webwright/models/base.py:143
↓ 1 callersFunctionlist_tasks
()
assets/task_showcase/app.py:42
↓ 1 callersFunctionloadEncoder
(encoding)
assets/compare_trajectory/app.js:254
↓ 1 callersMethodload_dotenv
(*args, **kwargs)
src/webwright/__init__.py:12
↓ 1 callersFunctionmain
()
assets/task_showcase/app.py:246
↓ 1 callersFunctionmain
(argv: list[str] | None = None)
src/webwright/tools/persistent_local_browser.py:308
↓ 1 callersFunctionmain
(argv: list[str] | None = None)
src/webwright/tools/self_reflection.py:514
↓ 1 callersFunctionmain
(argv: list[str] | None = None)
src/webwright/tools/image_qa.py:122
↓ 1 callersFunctionmergeEstimateParts
(parts)
assets/compare_trajectory/app.js:285
↓ 1 callersFunctionnormalizeCodex
(text, fileName, filePath, side)
assets/compare_trajectory/app.js:996
↓ 1 callersFunctionnormalizeCopilotSessionMarkdown
(text, fileName, filePath, side)
assets/compare_trajectory/app.js:1606
↓ 1 callersFunctionnormalizeObservation
(message)
assets/compare_trajectory/app.js:326
↓ 1 callersFunctionnormalizeRawResponses
(text, fileName, filePath, side)
assets/compare_trajectory/app.js:1240
↓ 1 callersFunctionnormalizeTrace
(text, fileName, filePath, side)
assets/compare_trajectory/app.js:1757
↓ 1 callersFunctionnormalizeTrajectory
(text, fileName, filePath, side)
assets/compare_trajectory/app.js:1395
↓ 1 callersFunctionparseArguments
(raw)
assets/compare_trajectory/app.js:65
↓ 1 callersFunctionparseMarkdownSections
(text)
assets/compare_trajectory/app.js:736
↓ 1 callersFunctionparseSessionId
(text)
assets/compare_trajectory/app.js:98
↓ 1 callersFunctionparseSessionToolSection
(section, side, commandOrder, eventOrder)
assets/compare_trajectory/app.js:782
↓ 1 callersFunctionparse_json_output
(raw: str, *, action_field: str = "bash_command")
src/webwright/models/base.py:107
↓ 1 callersFunctionparse_log
Return ({step_num: action_text}, final_response).
assets/task_showcase/app.py:68
↓ 1 callersFunctionparse_steps_jsonl
(path: Path)
assets/task_showcase/app.py:85
↓ 1 callersMethodprepare
(self, **kwargs)
src/webwright/environments/local_browser.py:235
↓ 1 callersFunctionquickTokenEstimate
(text)
assets/compare_trajectory/app.js:277
↓ 1 callersMethodrun
(self, task: str, **kwargs)
src/webwright/__init__.py:70
↓ 1 callersFunctionrun_image_qa
( *, image_path: Path | None = None, image_paths: list[Path] | tuple[Path, ...] | None = None,
src/webwright/tools/image_qa.py:71
↓ 1 callersFunctionrun_one
( *, task: str | None = None, task_id: str | None = None, start_url: str | None = None, co
src/webwright/run/cli.py:31
↓ 1 callersFunctionrun_self_reflection
(**kwargs: Any)
src/webwright/tools/self_reflection.py:450
↓ 1 callersFunctionrun_self_reflection_async
( *, images: list[Path], image_judge_system_prompt: str, image_judge_user_prompt: str, fin
src/webwright/tools/self_reflection.py:379
↓ 1 callersMethodserialize
(self, *extra_dicts)
src/webwright/agents/default.py:438
↓ 1 callersFunctionsnapshot_config_specs
( config_spec: list[str], output_dir: str | Path, *, merged_config: dict[str, Any] | None = No
src/webwright/config/__init__.py:46
↓ 1 callersFunctionsplitConcatenatedJsonObjects
(text)
assets/compare_trajectory/app.js:201
↓ 1 callersMethodstep
(self)
src/webwright/agents/default.py:383
↓ 1 callersFunctionstripTrajectoryCompanion
(trace)
assets/compare_trajectory/app.js:174
↓ 1 callersFunctionsummarizePatchTargets
(targets)
assets/compare_trajectory/app.js:521
↓ 1 callersMethodto_dict
(self)
src/webwright/tools/self_reflection.py:366
↓ 1 callersFunctionuser_config_dir
(appname: str)
src/webwright/__init__.py:18
Method__call__
(self, messages: list[dict[str, Any]], **kwargs)
src/webwright/__init__.py:35
Method__call__
( self, messages: list[dict[str, Any]], **kwargs: Any, )
src/webwright/models/base.py:565
Method__init__
(self, *messages: dict)
src/webwright/exceptions.py:5
Method__init__
(self, *, config_class: type = LocalBrowserEnvironmentConfig, **kwargs)
src/webwright/environments/local_browser.py:199
Method__init__
(self, *, config_class: type = LocalWorkspaceEnvironmentConfig, **kwargs)
src/webwright/environments/local_workspace.py:48
Method__init__
(self, *, config_class: type | None = None, **kwargs)
src/webwright/models/base.py:247
Method__init__
(self, model: Model, env: Environment, *, config_class: type = AgentConfig, **kwargs)
src/webwright/agents/default.py:84
Method_build_payload
(self, messages: list[dict[str, Any]])
src/webwright/models/openrouter_model.py:163
Method_build_payload
(self, messages: list[dict[str, Any]])
src/webwright/models/anthropic_model.py:174
Method_build_payload
(self, messages: list[dict[str, Any]])
src/webwright/models/openai_model.py:128
Method_build_text_payload
(self, messages: list[dict[str, Any]])
src/webwright/models/openrouter_model.py:185
Method_build_text_payload
(self, messages: list[dict[str, Any]])
src/webwright/models/openai_model.py:143
Function_call_model
( *, model_client: Any, system_prompt: str, user_content: list[dict[str, Any]], max_new_to
src/webwright/tools/self_reflection.py:223
Function_cmd_create
(args: argparse.Namespace)
src/webwright/tools/persistent_local_browser.py:107
Function_cmd_info
(args: argparse.Namespace)
src/webwright/tools/persistent_local_browser.py:172
Function_cmd_release
(args: argparse.Namespace)
src/webwright/tools/persistent_local_browser.py:203
Method_extract_text
(self, payload: dict[str, Any])
src/webwright/models/openrouter_model.py:202
Method_extract_text
(self, payload: dict[str, Any])
src/webwright/models/anthropic_model.py:188
Method_extract_text
(self, payload: dict[str, Any])
src/webwright/models/openai_model.py:153
Function_none_to_str
(value: Any)
src/webwright/models/base.py:21
Method_on_console_message
(self, message: Any)
src/webwright/environments/local_browser.py:374
Method_on_page_error
(self, error: Any)
src/webwright/environments/local_browser.py:382
Method_post_url
(self)
src/webwright/models/openrouter_model.py:160
Method_post_url
(self)
src/webwright/models/anthropic_model.py:159
Method_post_url
(self)
src/webwright/models/openai_model.py:125
Method_rate_limit_backoff
(self, attempt: int, exc: BaseException)
src/webwright/models/anthropic_model.py:162
Method_request_headers
(self)
src/webwright/models/openrouter_model.py:149
Method_request_headers
(self)
src/webwright/models/anthropic_model.py:152
Method_request_headers
(self)
src/webwright/models/openai_model.py:119
Method_request_metrics_input
(self, payload: dict[str, Any])
src/webwright/models/openrouter_model.py:199
Method_request_metrics_input
(self, payload: dict[str, Any])
src/webwright/models/anthropic_model.py:185
Method_request_metrics_input
(self, payload: dict[str, Any])
src/webwright/models/openai_model.py:150
Method_transient_backoff
(self, attempt: int, exc: BaseException)
src/webwright/models/anthropic_model.py:169
Method_usage_metrics_from_payload
(self, payload: dict[str, Any])
src/webwright/models/openrouter_model.py:205
Method_usage_metrics_from_payload
(self, payload: dict[str, Any])
src/webwright/models/anthropic_model.py:191
Method_usage_metrics_from_payload
(self, payload: dict[str, Any])
src/webwright/models/openai_model.py:156
FunctionattachmentErrorBySide
(side)
assets/compare_trajectory/app.js:1891
FunctionbothLoaded
()
assets/compare_trajectory/app.js:1804
FunctionclearCompanion
(side)
assets/compare_trajectory/app.js:1899
FunctionclearTrace
(side)
assets/compare_trajectory/app.js:1894
Methodclose
(self)
src/webwright/__init__.py:64
Methodclose
(self)
src/webwright/environments/local_workspace.py:295
FunctioncodeClass
(language)
assets/compare_trajectory/app.js:1865
Functioncollect_pages
Build a unique URL list across all steps for the Pages grid.
assets/task_showcase/app.py:144
Functioncollect_sources
Group pages by host -> [{host, count, sample_url}].
assets/task_showcase/app.py:175
FunctioncomparisonRows
()
assets/compare_trajectory/app.js:1827
Functiondata
()
assets/compare_trajectory/app.js:1775
FunctiondetailTabs
()
assets/compare_trajectory/app.js:1819
Functiondoctor
Validate local Webwright setup.
src/webwright/run/cli.py:167
FunctionenrichTraceTokens
(trace)
assets/compare_trajectory/app.js:1966
FunctionerrorBySide
(side)
assets/compare_trajectory/app.js:1888
Methodexecute
(self, action: dict[str, Any], cwd: str = "")
src/webwright/__init__.py:58
Methodexecute
(self, action: dict[str, Any], cwd: str = "")
src/webwright/environments/local_workspace.py:176
FunctionfilteredEvents
(trace)
assets/compare_trajectory/app.js:2036
Methodformat_message
(self, **kwargs)
src/webwright/__init__.py:39
Methodformat_observation_messages
( self, message: dict[str, Any], outputs: list[dict[str, Any]], template_vars:
src/webwright/__init__.py:41
Methodget_template_vars
(self, **kwargs)
src/webwright/__init__.py:48
← previousnext →201–300 of 355, ranked by callers