Andrey Skabelin
Results
1
issues of
Andrey Skabelin
Hi, I'm using FF 64.0 + geckodriver 0.23.0. FF is started with `-devtools` option and `devtools.toolbox.selectedTool` is set to `netmonitor`. Executed JS: ``` HAR.triggerExport().then(log => { console.log(log); }); ``` HAR...