segovia
Results
2
comments of
segovia
By default, wdio uses `chromedriver`. When using that, `findByRole` works as expected, but if I switch out `chromedriver` and use `selenium-standalone`, `findByRole` only returns null. Maybe this is the difference...
I did a bit more digging. I believe the following combination doesn't work well: `selenium-standalone` + `shadow DOM` + `React (ReactFiber)`. So, I saw the code uses `simmerjs` to determine...