Skip to content

Veeenz/Simple-Typescript-Selenium-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published