Now that your framework is installed and your first test case is running successfully, let’s proceed to the next step. This chapter explains how to locate the elements of a web page so that they can be interacted with. You will also learn about different locator strategies that Protractor inherits from
Selenium WebDriver (
webdriver.By) library, including the following.
Taking a screenshot of an identified locator
ID, class, and name locators
tagName locator
linkText and partialLinkText locators
CSS and ...