Artem

Results 1 comments of Artem

@farooqrahman you might want to add these preferences to your session initalize flow: ```js { args : [ '-devtools', ], prefs: [ 'devtools.netmonitor.persistlog': true, 'devtools.toolbox.selectedTool': 'netmonitor', 'devtools.toolbox.footer.height': 0, ] }...