beppe

0.1.0 • Public • Published

Beppe Logo
Beppe

tiny alternative to puppeteer

import Beppe from './beppe.js';

main();

async function main() {
  const beppe = await new Beppe('https://example.com').connect();
  await beppe.execFunc(() => alert('Hello World!'));
  await beppe.goto('https://google.com/');
  const location = await beppe.eval('window.location.href');
  console.log(location); // https://google.com/
}

Package Sidebar

Install

npm i beppe

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

75.5 kB

Total Files

9

Last publish

Collaborators

  • girkovarpa