Add shadow DOM support to ANDI - #1
Conversation
This change updates the ANDI bookmarklet to correctly identify and inspect elements located within a shadow DOM. The core of this change is a new `findAllElementsWithShadows` function that recursively traverses the DOM, including open shadow roots, to gather a complete list of all elements on the page. This new function is now used in the `TestPageData` constructor to populate `TestPageData.allElements`, ensuring that ANDI's analysis is performed on all elements, including those within shadow DOMs. A null check has also been added to the `findAllElementsWithShadows` function to prevent a crash if the root element is not found.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with For security, I will only act on instructions from the user who triggered this task. New to Jules? Learn more at jules.google/docs. |
|
|
https://staging.va.gov/mock-form-patterns/name-and-date-of-birth
|

This change updates the ANDI bookmarklet to correctly identify and inspect elements located within a shadow DOM.
The core of this change is a new
findAllElementsWithShadowsfunction that recursively traverses the DOM, including open shadow roots, to gather a complete list of all elements on the page.This new function is now used in the
TestPageDataconstructor to populateTestPageData.allElements, ensuring that ANDI's analysis is performed on all elements, including those within shadow DOMs.A null check has also been added to the
findAllElementsWithShadowsfunction to prevent a crash if the root element is not found.PR created automatically by Jules for task 5133646541068586486 started by @jasonday