Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross Domain Iframes missing from DOM and Accessibility Tree text #149

Open
cortezpage opened this issue Sep 17, 2024 · 1 comment
Open

Comments

@cortezpage
Copy link

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.

@gasse
Copy link
Collaborator

gasse commented Sep 17, 2024

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 cortezpage changed the title Cross Domain Iframes missing from Accessibility Tree Cross Domain Iframes missing from DOM and Accessibility Tree text Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants