Interface InternalBrowserOptions

The internal options of the scraper's browser. Used internally.

Hierarchy

  • InternalBrowserOptions

Properties

browserExecutablePath: string

The path to the browser executable. (Default value: '/usr/bin/google-chrome')

debug: boolean

If true, it will show debug log. (Default value: false)

debugScope: null | string

The scope given to the euberlog debug logger. (Default value: 'VideoScraperCore')

windowSize: { height: number; width: number }

The object that says how big the window size will be. (Default value: { width: 1920, height: 1080 })

Type declaration

  • height: number
  • width: number

Generated using TypeDoc