/**
 * Copyright 2020 Google Inc. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * Launcher options that only apply to Chrome.
 *
 * @public
 */
export interface ChromeArgOptions {
  headless?: boolean;
  args?: string[];
  userDataDir?: string;
  devtools?: boolean;
}

/**
 * Generic launch options that can be passed when launching any browser.
 * @public
 */
export interface LaunchOptions {
  executablePath?: string;
  ignoreDefaultArgs?: boolean | string[];
  timeout?: number;
  env?: Record<string, string>;
  dumpio?: boolean;
}

// denoCacheMetadata={"headers":{"last-modified":"Wed, 29 Sep 2021 16:18:57 GMT","x-amz-cf-id":"89epcUv3wL4VT0TIgnsmyHLaMbp8jsdfsW42i1ioVKyBXFxlcudFyg==","age":"957829","accept-ranges":"bytes","cache-control":"public, max-age=31536000, immutable","cross-origin-resource-policy":"same-origin","strict-transport-security":"max-age=63072000; includeSubDomains; preload","server-timing":"fetchSource;dur=7","cross-origin-opener-policy":"same-origin","server":"AmazonS3,deployd","date":"Mon, 05 Jan 2026 19:46:00 GMT","x-content-type-options":"nosniff","alt-svc":"h3=\":443\"; ma=86400","content-security-policy":"default-src 'none'; style-src 'unsafe-inline'; sandbox","x-amz-replication-status":"COMPLETED","content-type":"application/typescript; charset=utf-8","x-amz-cf-pop":"ORD56-P16","access-control-allow-origin":"*","referrer-policy":"strict-origin-when-cross-origin","via":"1.1 720129ba4056e60029189758c6f0de0c.cloudfront.net (CloudFront),HTTP/2 ord.vultr.prod.deno-cluster.net","cross-origin-embedder-policy":"same-origin","x-cache":"Hit from cloudfront","x-deno-trace-id":"b4e66c6ba709fb28f4e312c6bb575724","x-frame-options":"DENY","content-length":"1080","cache-status":"deno; hit","etag":"\"5633ceb57d40fe73530c1197619fcdf4\"","vary":"Accept-Encoding, Origin","x-amz-version-id":"w1sZXvaXqH5EJY9Td6xBTmRL0ez.CE5V"},"url":"https://deno.land/x/puppeteer@9.0.2/src/deno/LaunchOptions.ts","time":1768600188}