Veeenz / Simple-Typescript-Selenium-Boilerplate

Minimal boilerplate for Selenium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple typescript selenium boilerplate

A boilerplate class which helps handling in a minimal way Selenium with Node and Typescript.

How to use

Install concurrently, nodemon and tsc.

npm install -g nodemon
npm install -g concurrently
npm install -g tsc

Be sure you have the right version of chromedriver(or geckodriver if you use Firefox) in your environment variables. Clone repository and launch npm install for the dependencies. At this point, you can launch npm start and everything should work.

Note: If you don't use Chrome, you should change browserType in Browser.ts

About

Minimal boilerplate for Selenium


Languages

Language:TypeScript 100.0%