LoginSignup
0
0

More than 5 years have passed since last update.

Nightmarejsでセッションを維持しない

Posted at
var Nightmare = require('nightmare');
var nightmare = Nightmare({ show: true , webPreferences:{ partition: 'nopersist' }});

Erectronのドキュメントより
https://github.com/electron/electron/blob/master/docs/api/browser-window.md#new-browserwindowoptions

↓のoption名 'web-preferences'は古いものなようでハマった・・・
http://stackoverflow.com/questions/33944837/clear-cache-in-nightmare-js-electron

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0