July 2017
Intermediate to advanced
454 pages
10h 1m
English
Protractor is a wrapper around Selenium WebDriver that provides a lot of built-in classes and methods, which we can use for writing end-to-end testing.
Protractor API exposes various classes and methods mainly around Browser, Element, Locators, and ExpectedConditions.
The Protractor supports the two latest major versions of Chrome, Firefox, Safari, and IE--which means we can write our test scripts and run them on any/all of the leading browsers available.
For writing end-to-end tests, we will need to target the elements in the page, read their properties, update the attributes, and invoke methods attached to the elements or send and verify the data.
We will discuss various classes and methods available in the ...
Read now
Unlock full access