Environment (please complete the following information):
- Node.js version: 22.20.0
- NPM version: 10.9.3
- Browser name and version: firefox 144
- Platform name and version: nixOS unstable-channel
- WebdriverIO version: 9.20.1
@wdio/visual-service version: 9.0.1
Config of WebdriverIO + @wdio/visual-service
{ disableBlinkingCursor: true }
Describe the bug
When an input-element is inside the shadow-dom, the cursor of the input is still shown
To Reproduce
Create a shadow-dom with an input element and focus set on it, the custom-css-selektor of webdriver doesnt penetrate the shadowdom
Expected behavior
The input has a caret-color of transparent
Log
Additional context