@ngx-playwright/test
Version:
17 lines • 1.13 kB
TypeScript
/**
* @template {import('@ngx-playwright/harness').AnyComponentHarness} T
* @param {string | undefined} baseURL
* @param {import('@playwright/test').Page} page
* @param {import('./harness/index.js').PlaywrightHarnessEnvironment} harnessEnvironment
* @param {import('./types.js').PlaywrightScreen<T>} screen
* @returns {Promise<T>}
*/
export function openScreen<T extends import("@ngx-playwright/harness").AnyComponentHarness>(baseURL: string | undefined, page: import("@playwright/test").Page, harnessEnvironment: import("./harness/index.js").PlaywrightHarnessEnvironment, screen: import("./types.js").PlaywrightScreen<T>): Promise<T>;
/**
* @param {import('@playwright/test').Page} page
* @param {import('./harness/index.js').PlaywrightHarnessEnvironment} harnessEnvironment
* @param {string | undefined} baseURL
* @returns {import('./types.js').InScreenFn}
*/
export function createInScreenFn(page: import("@playwright/test").Page, harnessEnvironment: import("./harness/index.js").PlaywrightHarnessEnvironment, baseURL: string | undefined): import("./types.js").InScreenFn;
//# sourceMappingURL=../src/screen.d.ts.map