MarketSquare / robotframework-angularjs

An AngularJS and Angular extension to Robotframework's SeleniumLibrary
Apache License 2.0
34 stars 20 forks source link

Angular root element not found, but i do not why #37

Closed kovacsdongo closed 2 years ago

kovacsdongo commented 4 years ago

I use angular lib with robot framework, but i get this error: JavascriptException: Message: javascript error: 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. (Session info: chrome=84.0.4147.105) so can anybody help me in this?

approot
kovacsdongo commented 4 years ago

the method is working in one webapp but not workint on the other webapp agent-approot here is working the app-root

approot

but here is not, but i do not why

emanlove commented 4 years ago

It's not clear to me why the difference above. I would suggest turning on TRACE level logging --loglevel TRACE and see if there is something in the logs that highlight the difference.

emanlove commented 2 years ago

As this is an old issue without any activity I am closing it. If the issue still remains unresolved feel free to reopen this ticket.