What is EC in Protractor?
EC in Protractor means Expected Conditions. Represents a collection of canned expected conditions helpful for protractor, particularly when dealing with non-angular apps. Each condition returns a function that provides a promise. You can combine numerous conditions with and, or, and/or not.