1 Answer

0 votes
by
Open chrome devtools or firefox and find if ‘angular’ is defined. For AngularJS apps, the ‘angular’ variable is expected to be available in the global context.

Note: Check your version of Angular is upgraded – Protractor supports Angular and AngularJS 1.0.6/1.1.4 and higher.

Related questions

0 votes
asked Apr 5, 2021 in Protractor by Robindeniel
0 votes
asked Apr 5, 2021 in Protractor by Robindeniel
...