0.0.8 • Published 3 years ago

@bluenova/otto-browser v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Otto Browser Runtime

CI Publish codecov

Core runtime for running otto actions in a Browser environment.

Installation

npm install @bluenova/otto-browser
yarn add @bluenova/otto-browser

Usage

import * as ottoBrowser from '@bluenova/otto-browser';

async function doSomethingInBrowser() {
  const results = await ottoBrowser.run(
    { runTime: 'chromium' },
    [
      // Add actions you want to run here
    ]
  );
  
  console.log(results);
}

doSomethingInBrowser();
0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago