Web Automation Practice

Web Components (No Shadow DOM)

Instructions: Interact with a custom HTML element that does not use a Shadow DOM.

  1. Locate the `` custom element below.
  2. Find the `

    ` and `

    ` elements inside it, as they are part of the regular DOM.

Validation: Your script should be able to read the text from the elements inside the web component just like any other standard element.

This is content inside a custom web component.