Replies: 1 comment
-
OOPIF's aren't working currently. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Some websites have iframes.
We can get it's DOM Element by calling QuerySelectorAsync() and then ContentFrameAsync(), or by DevToolsContext.Frames.
In that Frame element, we also can call QuerySelectorAsync to get inner elements. Problem is that at 90% websites all QuerySelectorAsync methods within frames hang and never return result. And it works on other 10% of websites. I think it's because of CORS policy or something similar. Is there a way to correctly access such elements?
Beta Was this translation helpful? Give feedback.
All reactions