UNPKG

puppeteer-core

Version:

A high-level API to control headless Chrome over the DevTools Protocol

13 lines 324 B
"use strict"; /** * @license * Copyright 2023 Google Inc. * SPDX-License-Identifier: Apache-2.0 */ Object.defineProperty(exports, "__esModule", { value: true }); exports._isElementHandle = void 0; /** * @internal */ exports._isElementHandle = Symbol('_isElementHandle'); //# sourceMappingURL=ElementHandleSymbol.js.map