Skip to content Skip to sidebar Skip to footer

Webdriverio: Accessing Shadow Dom Elements

I have an app structure like this: #shadow-root (open) #shadow-root (open)

Solution 1:

Documentation seems to be fine, can you show how exactly you are using shadow$ method?

I belive that simple

$('shell').shadow$('.mini-app').shadow$('#username')

should work


Post a Comment for "Webdriverio: Accessing Shadow Dom Elements"