Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.25 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.25 KB

Christopher


“What if only a machine can defeat another machine?”
- Alan Turing, The Imitation Game

Purpose

Book a seat at RAW Restaurant automatically, with style

Prepare environment

Start selenium server

First you have to put the ChromeDriver executable to your $PATH /usr/local/bin
Then start the selenium server by

$ java -jar SELENIUM_STAND_ALONE.jar

Clone and run the scripts

$ git clone git@github.com:boczeratul/Christopher.git && cd Christopher
$ npm install
$ npm run booking

Dependencies

  • protractor
    an end-to-end functional test framework
  • selenium
    web-driver for browser manipulation