Questions tagged [angularjs-1.7]

This section pertains to inquiries related to AngularJS 1.7, which happens to be the ultimate version ever released for AngularJS.

Creating custom ExpectedConditions with Protractor for detecting attribute changes

I've been working on creating a custom ExpectedConditions method that can wait for an element attribute to change. Here is the approach I came up with: const CustomExpectedCondition = function() { /** * Check if element's attribute matches the provi ...