nightmare-iframe-manager
nightmare-iframe-manager copied to clipboard
CodeceptJs when using with this plugin not able to find elements to click or do any operation on it
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 Selector not found.
I.exitFromIframe();
I.exitFromIframe();`
I know the reason as codecept is still accessing from the current window using its instance.