Hello! I can not find on the move. If I want to connect chrome, I will download the chromedriver package and do:
require('chromedriver'); this.driver = new webdriver.Builder() .forBrowser('chrome') .build(); And what kind of driver can I get from npm and connect to phantomjs? I do not want to keep the driver in the project. I want to take them from npm.