Puppeteer
Quiz
•
Computers, Fun
•
Professional Development
•
Hard
Laily Q
Used 3+ times
FREE Resource
Enhance your content in a minute
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
5 sec • 1 pt
Puppeteer runs non-headless by default, but can be configured to run headless
TRUE
FALSE
2.
MULTIPLE SELECT QUESTION
10 sec • 1 pt
The advantages of using puppeteer
Taking screenshot and Generate PDF
compatible in jest framework
Automating web page interaction
3.
MULTIPLE SELECT QUESTION
10 sec • 1 pt
How to launch puppeteer
const browser = await puppeteer.launch;
const browser: await page.puppeteer.launch
const browser = await puppeteer.launch({headless: false});
const browser = await puppeteer.launch();
4.
MULTIPLE SELECT QUESTION
5 sec • 1 pt
how to initiate puppeteer library
const puppeteer = await (puppeteer);
npm init -y
const puppeteer = require('puppeteer');
npm i puppeteer-core
5.
MULTIPLE CHOICE QUESTION
5 sec • 1 pt
puppeteer-core will download the default browser
TRUE
FALSE
6.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Code for taking screenshot using puppeteer
(async () => { const browser = await puppeteer.launch(); const page = await browser.newPage(); await page.goto('https://example.com'); await page.screenshot({ path: 'example.pdf' }); await browser.close(); })();
(async () => { const browser = await puppeteer.launch(); const page = await browser.newPage(); await page.goto('https://example.com'); await page.screenshot({ path: 'example.png' }); await browser.close(); })();
(async () => { const browser = await puppeteer.launch(); const page = await browser.newPage(); await page.goto('https://example.com', { path: 'example.png' }); await browser.close(); })();
7.
MULTIPLE CHOICE QUESTION
5 sec • 1 pt
When generating a PDF, Puppeteer needs to run headless
TRUE
FALSE
Similar Resources on Wayground
10 questions
Maximizing Productivity with Power Automate Integrating M365
Quiz
•
Professional Development
6 questions
QUIZ KOMIT TAHUN 2023 EDISI 8
Quiz
•
Professional Development
10 questions
WOF Chp 1.1 - Website Optimisation
Quiz
•
Professional Development
10 questions
Quiz Time!
Quiz
•
Professional Development
12 questions
Javascript
Quiz
•
Professional Development
10 questions
Salesforce Basic
Quiz
•
Professional Development
10 questions
Intranet
Quiz
•
Professional Development
10 questions
XD Town hall quiz - 09 Sep 2022
Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
4 questions
Activity set 10/24
Lesson
•
6th - 8th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
30 questions
October: Math Fluency: Multiply and Divide
Quiz
•
7th Grade
Discover more resources for Computers
10 questions
How to Email your Teacher
Quiz
•
Professional Development
11 questions
NFL Football logos
Quiz
•
KG - Professional Dev...
16 questions
Spooky Season Quiz
Quiz
•
Professional Development
10 questions
Halloween Trivia
Quiz
•
Professional Development
20 questions
Context Clues: Multiple Meaning Words
Quiz
•
Professional Development
18 questions
Do or Does
Quiz
•
Professional Development
31 questions
Servsafe Food Manager Practice Test 2021- Part 1
Quiz
•
9th Grade - Professio...
