1.0.4 • Published 7 years ago

firefox-wrapper v1.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
7 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

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

8 years ago