You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been playing around with browser automation using Chromy and have come across an issue where I cannot target an Iframe that has content above it (A modal for example would sit over an Iframe covering it).
The code below looks for the iframe node at a given location. This will resolve as a Div (or another element) when that element is covering the iframe. A new Document is then created referencing the current page not the Iframe.
Hi,
I've been playing around with browser automation using Chromy and have come across an issue where I cannot target an Iframe that has content above it (A modal for example would sit over an Iframe covering it).
The code below looks for the iframe node at a given location. This will resolve as a Div (or another element) when that element is covering the iframe. A new Document is then created referencing the current page not the Iframe.
chromy/src/document.js
Lines 64 to 86 in 2a84760
I imagine this is an uncommon issue but any help in implementing a workaround would be greatly apprecated.
The text was updated successfully, but these errors were encountered: