chromeless
chromeless copied to clipboard
IFrames
I think it'd be convenient to support iframes.
How about gotoIframe(iframeSelector: String[, cb(iframeContext: Chromeless]): Chromeless
?
(If cb is specified we return original page context, otherwise we return iframe context).
it would be cool with this feature
+1 I face the same problem when I want to click the item inside a iframe or wait for it to render.
Is there a way to workaround when waiting for it supported?
+1
Not sure I have the ability to implement this, but I've had success using nightmare-iframe-manager with Nightmare.
Also interested in this feature or a workaround!
I am going to click element inside Iframe.
When I use click() function, chromeless can't find that element. How can I solve this issue?