Hello! thank you for helpful guide. But I stuck while migration to V8, maybe you faced same issue or maybe you have an advice what to do?
The error:
Package subpath './build/commands/element/waitForDisplayed' is not defined by "exports" in C:\Users*\Desktop*\node_modules\webdriverio\package.json
It seems like the issue is with your import statement. As per the given error, it is seen that you are using commonjs which is not supported by the latest version!
Valentyna
Hello! thank you for helpful guide. But I stuck while migration to V8, maybe you faced same issue or maybe you have an advice what to do? The error: Package subpath './build/commands/element/waitForDisplayed' is not defined by "exports" in C:\Users*\Desktop*\node_modules\webdriverio\package.json