Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ui Automation

How To Reuse Yielded Value Later In The Test

Context: I have an element with innerText in Page1 and another element with innerText on Page 2. An… Read more How To Reuse Yielded Value Later In The Test

Webdriverio: Accessing Shadow Dom Elements

I have an app structure like this: #shadow-root (open) #shadow-root (open) Solution 1: Docume… Read more Webdriverio: Accessing Shadow Dom Elements