You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Polina Soshnin edited this page Jan 21, 2016
·
8 revisions
Reasons to use Protractor
One of the main reasons to use a tool like Protractor is so that you can test your application in multiple browsers.
Prerequisites to getting Protractor to work locally:
Protractor provides a wrapper around WebDriverJS, the JavaScript bindings for Selenium Webdriver, to run end to end tests against an AngularJS application running live in a browser.