This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
onst puppeteer = require('puppeteer'); | |
const username = '58050'; | |
const password = 'toro'; | |
(async () => { | |
const browser = await puppeteer.launch({headless: false}); | |
const page = await browser.newPage(); | |
/* page.setViewport({ | |
width: 1280, |