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