webdriverio-community / wdio-intercept-service

🕸 Capture and assert HTTP ajax calls in webdriver.io
MIT License
105 stars 33 forks source link

TS2833: Cannot find namespace 'WebDriver'. Did you mean 'WebdriverIO'? for node_modules/wdio-intercept-service/types/wdio-intercept-service.d.ts(61,49) #887

Open tcherevata opened 1 month ago

tcherevata commented 1 month ago

I got the Error TS2833: Cannot find namespace 'WebDriver'. Did you mean 'WebdriverIO' after implementing the wdio-intercept-service lib in my project? Only with "skipLibCheck": true, worked but I can't use it. How to avoid the Error?