Skip to content

Instantly share code, notes, and snippets.

View maaveran's full-sized avatar
🕉️
programmer, are you have any issue ?

Stephen Sanjaya maaveran

🕉️
programmer, are you have any issue ?
View GitHub Profile
@radiofrequency
radiofrequency / test.js
Last active April 25, 2018 15:56
Puppeteer waitForBackboneEvent()
const puppeteer = require('puppeteer');
(async() => {
const browser = await puppeteer.launch({
ignoreHTTPSErrors: true,
slowMo: 100,
headless: false,
args: ["--disable-notifications", "--ash-host-window-bounds 100+200-300x400"]
});