Friday, 3 June 2016

Can we use Protractor in a non-AngularJS app?


Yes, you can!

just add below code in your script file.


browser.ignoreSynchronization = true;

No comments:

Post a Comment