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
webdriverio v6 is failing with Puppeteer 8 due to it's own TS types. webdriverio v7 is using new puppeteer-core which does not bring old @types/puppeteer.
My TS build is failing due to doubled puppeteer types when using puppeteer v8
The text was updated successfully, but these errors were encountered:
webdriverio v6 is failing with Puppeteer 8 due to it's own TS types. webdriverio v7 is using new puppeteer-core which does not bring old
@types/puppeteer
.My TS build is failing due to doubled puppeteer types when using puppeteer v8
The text was updated successfully, but these errors were encountered: