Sunday, 19 March 2017

Auto enable preserve log in chrome over nightmare

Who to automaticaly enable preserve log checkbox in chrome devtools network panel using nightmare?
Current options for developer tools:

let devoptions = {
    show: true,
    openDevTools: {
        mode: 'detach'
    },
    webPreferences: {
        partition: 'nopersist',
    }
}



via Mixolap Mixolap

No comments:

Post a Comment