selenium-start

运行

如果安装了nodemon, 直接运行

yarn start

否则, 需要修改package.json

"scripts": {
    "start": "node ./bin/www"
  },