nightmare-iframe-manager
nightmare-iframe-manager copied to clipboard
Iframes only load with webPreferences.show = true
I'm loading a page that contains an iframe, and everything works fine when I render the electron window, but once I set show
to false
, it never requests the iframe url at all. Is this expected? Is there any know workaround?
It seems like this is probably a nightmare core issue, so I filed this over there as well: https://github.com/segmentio/nightmare/issues/1076.