Austin Kelleher

Results 34 comments of Austin Kelleher

@ramyaa `window.puppeteerCommand(...)` accepts an `args` argument as you're defining in your above example. The problem is that `args` expects the exact arguments of whatever puppeteer function you're trying to execute....

I agree that this is a feature that we should implement. @talltyler any interest in working on this?

I agree this is something that we need to add. I'll look into it soon.

@MegaGM It doesn't really matter that it's possible to make this a non-breaking change. Since this module is pre-1.0.0 any new published version may contain breaking changes since npm will...