- 如果在命令提示字元(cmd)輸入
git
和
node
沒有錯誤就可以開始了
- 開啟命令提示字元(cmd)
- 到桌面
cd Desktop
- 下載專案
git clone https://github.com/jason01180118/TMU_Selenium.git
- 進入專案
cd TMU_Selenium
- install in terminal
npm i
- fill account and password in app.js
//gmail account
const account=''
//gmail password
const password=''
- run in terminal
npm run start