Cannot select specific item on page in a shadow root

Hello,

When I open the following page, I cannot select a specific cell, the entire page is the only option, and I cannot monitor changes that way.

Can you advise if there is a workaround ?

Tx
ATF

URL: Womens Tees Shorts and Leggings | DTLR

This is what I see when I try to select element on the page:

thanks for repoting the issue @athletictaskforce. this page uses custom elements that render elements within shadow roots and is called shadow dom. content withing shadow roots can’t be selected using a simple css selector or xpath expressions. as a result, it is currently not supported. we plan to add support for shadow roots early next year.