Hello Team,
We have a dynamic dropdown which pops over a span element. We were able to click span element . Once the span element is clicked it is giving list (
We are unable to use find children as it a span element and not select element.
We were unable to find the list items once we are not over the span element.
The dropdown list items are dynamic.
How can we find the list item and click it in current use case.