Getting started with WebdriverIO with TypeScript
WebdriverIO is an advanced automation framework for web and mobile application. It’s basically a wrapper on top of selenium (WebDriver protocol with nodeJS) for web automation and wrapper on top of appium for mobile application. WebDriverIO is termed as wdio. TypeScript is termed as TS. Why WebDriverIO and TypeScript? It’s essential to understand why we…