How do I find the element that is inside of shadow-root which is inside of other shadow-root? I'm new to this and tried .shadow() function.
Cypress shadow-root inside of shadow-root
3.3k Views Asked by grubyfat At
2
How do I find the element that is inside of shadow-root which is inside of other shadow-root? I'm new to this and tried .shadow() function.
If you're using Cypress v10, then the configuration is in the file
cypress.config.jsand the format for setting global shadow enabling isOr use test-specific configuration