robotframework-angularjs icon indicating copy to clipboard operation
robotframework-angularjs copied to clipboard

Update window.angular is undefined error.

Open emanlove opened this issue 6 years ago • 0 comments

Currently the error is

window.angular is undefined. This could be either because this is a non-angular page or because your test involves client-side navigation. Currently the AngularJS Library is not designed to wait in such situations. Instead you should explicitly call the "Wait For Angular" keyword.

For the case where test involves client-side navigation it gives ok information about why one is getting this error (Library is not designed to wait in such situations) and what to do (you should explicitly call the "Wait For Angular" keyword). But for the case where this is a non-angular page we could and should give a hint as to what to do in this case; such as use the ignore implicit angular wait functionality.

emanlove avatar Jul 31 '19 14:07 emanlove