MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / waitForText

Function waitForText

apps/extension/tests/e2e/firefox-selenium-e2e.ts:448–458  ·  view source on GitHub ↗
(driver: WebDriver, text: string)

Source from the content-addressed store, hash-verified

446 return;
447 }
448
449 if (chatCall === 3 && options.thirdCompletionEvents !== undefined) {
450 sendSse(response, options.thirdCompletionEvents);
451 return;
452 }
453
454 sendSse(response, [
455 {
456 choices: [
457 {
458 delta: {
459 content: `The selected tab HTML length is ${getToolResultHtmlLength(body)}.`,
460 },
461 },

Callers 3

findManifestUrlFunction · 0.85
openAuthenticatedPanelFunction · 0.85

Calls 2

getBodyTextFunction · 0.85
waitUntilFunction · 0.70

Tested by

no test coverage detected