1.0.4 • Published 6 years ago

firefox-wrapper v1.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Firefox-Wrapper

const FirefoxWrapper = require( "firefox-wrapper" );

( async ()=> {
	let FFManager = new FirefoxWrapper();
	await FFManager.launchRewrite();
	FFManager.openNewTab( "https://github.com/ceberous/firefox-wrapper" );
	FFManager.x.fullScreen();
	FFManager.x.centerMouse();
	await FFManager.sleep( 3000 );
	FFManager.close();
})();
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

7 years ago