MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / click

Method click

src/types/scriptcat.zh-CN.d.ts:1257–1257  ·  view source on GitHub ↗

点击匹配 CSS 选择器的元素。

(selector: string, options?: DomActionOptions)

Source from the content-addressed store, hash-verified

1255
1256 /** 点击匹配 CSS 选择器的元素。 */
1257 click(selector: string, options?: DomActionOptions): Promise<ActionResult>;
1258
1259 /** 向匹配 CSS 选择器的输入框/文本域填入指定值。 */
1260 fill(selector: string, value: string, options?: DomActionOptions): Promise<ActionResult>;

Callers 15

early-start.jsFile · 0.65
MainLayoutFunction · 0.65
downloadFileFunction · 0.65
AgentSkillsFunction · 0.65
ToolsFunction · 0.65
UserMessageItemFunction · 0.65
ChatInputFunction · 0.65
AttachmentFileFunction · 0.65
downloadMarkdownFunction · 0.65
dom.test.tsFile · 0.65
executeClickMethod · 0.65

Implementers 1

AgentDomServicesrc/app/service/agent/service_worker/d

Calls

no outgoing calls

Tested by 2

autoApprovePermissionsFunction · 0.52