Tested on macOS Catalina v10.15.3
Install Node:
Tested with Node v14.16.0
Install protractor:
npm install -g protractor
Install the necessary dependencies with:
npm i
Run by going to root folder and:
protractor conf.js
Functions goto, loaded, and inDom borrowed from protractor-example.
Elements of the conf.js borrowed from protractor-example.