Skip to content

Commit

Permalink
making this a full screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasani-arpit committed Sep 23, 2020
1 parent e8ee54d commit 8f4c387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ async function Main() {
extraArguments.userDataDir = constants.DEFAULT_DATA_DIR;
const browser = await puppeteer.launch({
executablePath: revisionInfo.executablePath,
defaultViewport: null,
headless: appconfig.appconfig.headless,
userDataDir: path.join(process.cwd(), "ChromeSession"),
devtools: false,
Expand Down

0 comments on commit 8f4c387

Please sign in to comment.