You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the shadow DOM locator appears to be typed incorrectly. The type is defined as shadow: string. I believe based on https://codecept.io/shadow/#locate-shadow-dom that it should be typed as shadow: string[]
The result is using the correct API raises TypeScript validation errors.