Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 412 Bytes

File metadata and controls

14 lines (10 loc) · 412 Bytes

Seleinum Typescript Solutions

This repo contains all the solutions to the activities from the Selenium + Typescript Slides.

Running the Solutions

$ 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.