Protractor: Failed: protractor.getInstance is not a function Protractor: Failed: protractor.getInstance is not a function selenium selenium

Protractor: Failed: protractor.getInstance is not a function


Wherever you are using var ptor = protractor.getInstance(), just get the driver from the browser

var browser = require("protractor").protractor.browser;var driver = browser.driver;