0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

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

0
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?