captcha-com / angular-captcha

BotDetect CAPTCHA: Angular Captcha Module (TypeScript: Angular 2/4/5/6/7/8+).
https://captcha.com/angular-captcha.html
16 stars 10 forks source link

Run remote script outside of the Angular zone #3

Open elesueur opened 5 years ago

elesueur commented 5 years ago

Running this script inside angular zone causes problems with Protractor because there are a lot of setTimeout uses in the remote script.

This resolves Issue 2