firefox-profile
Version:
firefox profile for selenium WebDriverJs, admc/wd or any other node selenium driver that supports capabilities
17 lines (13 loc) • 420 B
JavaScript
var path = require('path');
module.exports = {
brandNewProfile: {
expectedZip: 'UEsFBgAAAAAAAAAAAAAAAAAAAAAAAA=='
},
emptyProfile: {
path: path.join(__dirname, 'empty-profile'),
zipExerpts: ['EMAAAAAAAAAAAAAAAAKAAAAZ', 'WEMAAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAA', 'AAAADoAAAAAAA==']
},
profileWithFirebug: {
extensions: [path.join(__dirname, 'extensions/firebug-1.12.4-fx.xpi')]
}
};