MCPcopy
hub / github.com/signalapp/Signal-Desktop / getWindow

Method getWindow

ts/test-mock/playwright.node.ts:196–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194 }
195
196 public async getWindow(): Promise<Page> {
197 return this.#app.firstWindow();
198 }
199
200 public async openSignalRoute(url: URL | string): Promise<void> {
201 const window = await this.getWindow();

Callers 15

startMethod · 0.95
solveChallengeMethod · 0.95
openSignalRouteMethod · 0.95
getSocketStatusMethod · 0.95
getMessagesBySentAtMethod · 0.95
exportLocalBackupMethod · 0.95
uploadBackupMethod · 0.95
enableMediaMethod · 0.95
migrateAllMessagesMethod · 0.95
unlinkMethod · 0.95
getPendingEventCountMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected