Right now in my Protractor test spec, Webstorm is complaining that all my element
and by
are \"Unresolvable type or element\"
angular-protractor
no longer appears on the list of TypeScript community stubs, presumably because protractor is now officially supported within the WebStorm IDE.
So, in order to ger protractor code completion:
npm install -g protractor
/usr/local/lib/node_modules/protractor
.