MCPcopy
hub / github.com/vercel/chatbot / sendUserMessage

Method sendUserMessage

tests/pages/chat.ts:37–41  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

35 }
36
37 async sendUserMessage(message: string) {
38 await this.multimodalInput.click();
39 await this.multimodalInput.fill(message);
40 await this.sendButton.click();
41 }
42
43 async isGenerationComplete() {
44 const response = await this.page.waitForResponse((response) =>

Callers 5

sendMultipleMessagesMethod · 0.95
artifacts.test.tsFile · 0.45
chat.test.tsFile · 0.45
reasoning.test.tsFile · 0.45
session.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected