文件名称:node-firefox-console:访问Firefox实例的JS控制台
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-11 03:07:49
JavaScript
节点Firefox控制台 在运行的Firefox应用程序*问JavaScript控制台 这是项目的一部分。 安装 来自git git clone https://github.com/mozilla/node-firefox-console.git cd node-firefox-console npm install 如果您想稍后进行更新: cd node-firefox-console git pull origin master npm install npm npm install node-firefox-console 用法 有关完整的示例,请参见examples/usage.js ,但要简短: var firefox = { console : require ( 'node-firefox-console' ) } ; firefox . consol
【文件预览】:
node-firefox-console-master
----.travis.yml(34B)
----index.js(3KB)
----package.json(983B)
----gulpfile.js(68B)
----tests()
--------unit()
----LICENSE(546B)
----examples()
--------usage.js(4KB)
----.gitignore(46B)
----README.md(3KB)
----.editorconfig(214B)