DIR: /var/www/node-app/node_modules/puppeteer-core/lib/cjs/puppeteer/common/ |
Current File : //var/www/node-app/node_modules/puppeteer-core/lib/cjs/puppeteer/common/XPathQueryHandler.d.ts |
/** * @license * Copyright 2023 Google Inc. * SPDX-License-Identifier: Apache-2.0 */ import { QueryHandler, type QuerySelectorAll, type QuerySelector } from './QueryHandler.js'; /** * @internal */ export declare class XPathQueryHandler extends QueryHandler { static querySelectorAll: QuerySelectorAll; static querySelector: QuerySelector; } //# sourceMappingURL=XPathQueryHandler.d.ts.map |