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 also tried calling playwright's page.frames to get all the frames on a page with 2 levels of frame nesting, but a grandchild frame was missing, and its parent's child_frames was empty. I was only able to start a CDP session for the child frame and call "Accessibility.getFullAXTree" on it. If I could get the grandchild frame, I would be able to get all the AX trees.
The text was updated successfully, but these errors were encountered:
Hi @cortezpage . Thanks for reporting this! It seems like a very specific, non-trivial use case. I don't have much bandwidth at the moment to look into it, but it looks like you already have pointers to potential ways to deal with it. If you find a workaround please send us a pull request, meanwhile I'll keep this issue open.
cortezpage
changed the title
Cross Domain Iframes missing from Accessibility Tree
Cross Domain Iframes missing from DOM and Accessibility Tree text
Sep 17, 2024
Example: https://www.nexhealth.com/careers/open-positions?gh_jid=5256431004
See https://issues.chromium.org/issues/333981074.
I also tried calling playwright's page.frames to get all the frames on a page with 2 levels of frame nesting, but a grandchild frame was missing, and its parent's child_frames was empty. I was only able to start a CDP session for the child frame and call "Accessibility.getFullAXTree" on it. If I could get the grandchild frame, I would be able to get all the AX trees.
The text was updated successfully, but these errors were encountered: