版博士V2.0程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

123456789
  1. import type { Page } from 'playwright';
  2. export declare function sleep(delay: number): Promise<unknown>;
  3. export declare function getText(page: Page, selector: string, options?: Parameters<Page['locator']>[1]): Promise<string>;
  4. export declare function getData(page: Page, selector: string, options?: Parameters<Page['locator']>[1]): Promise<any>;
  5. export declare function assetLocaleHead(page: Page, headSelector: string): Promise<void>;
  6. export declare function getDom(html: string): Document;
  7. export declare function getDataFromDom(dom: Document, selector: string): any;
  8. export declare function assertLocaleHeadWithDom(dom: Document, headSelector: string): Promise<void>;
  9. //# sourceMappingURL=helper.d.ts.map