nightmare-iframe-manager icon indicating copy to clipboard operation
nightmare-iframe-manager copied to clipboard

manages iframes within Nightmare

Results 8 nightmare-iframe-manager issues
Sort by recently updated
recently updated
newest added

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...

I'm getting errors when using nightmare-iframe-manager under xvfb (i.e. `xvfb-run node nightmare-script.js`) on linux. If I use a real X server as the display (or run it on MS Windows),...

I tried using this plugin with nightmare, works fine, but not working properly with codecept. Here is my sample code. `I.accessEditor(); I.switchToIframe('#siteEditorIframe'); let title = yield I.grabTitle(); I.switchToIframe('#editor'); I.click(editLinkSelector); //editLink...

Hi, I'm getting an Exception when I'm using a type() action: ``` nightmare:log page-error Uncaught SyntaxError: Unexpected identifier SyntaxError: Unexpected identifier at EventEmitter.electron.ipcRenderer.on (C:\Users\ed\AppData\Roaming\npm\node_modules\nightmare\node_modules\electron-prebuilt\dist\resources\electron.asar\renderer\init.js:45:29) at emitMany (events.js:127:13) at EventEmitter.emit (events.js:201:7)...