Can we use WebdriverIO with Selenium?

Can we use WebdriverIO with Selenium?

The WebdriverIO project does not include handling the Selenium server. When using the WDIO testrunner, this service allows you to effortlessly execute Selenium tests. It makes use of the well-known selenium-standalone NPM package, which configures the standalone server and all essential drivers for you automatically.