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

Function waitForTargetTab

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

Source from the content-addressed store, hash-verified

863 if (!setupSucceeded) {
864 await sessionDriver.quit();
865 }
866 }
867};
868
869const withSession = async (
870 api: KiloApiHandle,
871 options: KiloApiOptions,
872 run: (session: FirefoxSession) => Promise<void>
873): Promise<void> => {
874 api.reset(options);
875
876 const session = await startFirefoxSession();
877
878 try {

Callers 2

submitDangerousPromptFunction · 0.85

Calls 2

getSelectTextFunction · 0.85
waitUntilFunction · 0.70

Tested by

no test coverage detected