rickypc / selenium-page-object-generator

A nimble and flexible Selenium Page Object Model generator to improve agile testing process velocity.
https://chrome.google.com/webstore/detail/epgmnmcjdhapiojbohkkemlfkegmbebb
GNU Affero General Public License v3.0
121 stars 65 forks source link

Angular JS uncaught exception handler:8 #7

Closed xavilage closed 8 years ago

xavilage commented 8 years ago

Hi @rickypc , Your chrome plugin does an awesome work but unfortunately is not working for our Angular JS app in Java or C#. (yes it works in Robot Framework).

Here you have a AngularJS sample website presenting the same exception than in ours.
http://cburgdorf.github.io/angular-todo-app/#/main

Would you have a look?

2016_02_25_11_43_11_angular_todo_app

Thanks in advance, Kind regards. Javier Lage

rickypc commented 8 years ago

Thank you, @xavilage for reporting the problem. This should be fixed in version 1.2.9. Please reopen otherwise.

xavilage commented 8 years ago

Thank you @rickypc. Good job.