deactivate browser notifications in chrome driver for selenium
- 如果是 Windows 需下載與你 Chrome 版本相同的 chrome driver 放在專案根目錄
- 調整「.env」檔,填上 FB 登入資訊
- 記得先在終端機輸入
yarn
將套件安裝 - 套件安裝完後在終端機輸入
yarn start
即可執行
Using async/await with a forEach loop
JavaScript 的 4 種陣列遍歷方法: for VS forEach() VS for/in VS for/of