This chapter concludes the book’s Protractor test automation journey. You started the journey by setting up the Protractor test tool, learning how to install the framework and its related dependencies, and running a demo spec file. This was followed by a discussion on the methods to locate Angular elements using selector strategies provided by Selenium and Protractor. Then you learned about the Protractor APIs that automate various user actions on located elements.
You also learned some of Protractor’s useful assertion ...