This repo contains all the solutions to the activities from the Selenium + Typescript Slides.
$ git clone https://github.com/training-support/selenium-typescript.git
$ cd selenium-typescript
$ npm install
$ npm run ts-node src/activity_xx.ts
NOTE: You do need to have geckodriver installed in your PATH somewhere in order for this to work.