SyntaxError: Use of const in strict mode?

前端 未结 6 1589
礼貌的吻别
礼貌的吻别 2020-11-29 04:00

I am trying to login on facebook.com with selenium-webdriver.

var webdriver = require(\'selenium-webdriver\'),
    By = require(\'selenium-webdriver\').By,
          


        
6条回答
  •  执念已碎
    2020-11-29 04:25

    For me it was more simple to solve, just going to the Node web site, get and install the LTS version.

提交回复
热议问题