bbaia / protractor-net

The .NET port of Protractor, an E2E test framework for Angular apps
MIT License
115 stars 72 forks source link

Protractor timeouts #81

Open manavghaigithub opened 5 years ago

manavghaigithub commented 5 years ago

@bbaia - How do i handle below situations when working with protractor-net binding. http://www.protractortest.org/#/timeouts

  1. Waiting for Page to Load - getPageTimeout:
  2. Waiting for Angular - allScriptsTimeout
  3. Waiting for Angular on Page Load - getPageTimeout
manavghaigithub commented 5 years ago

@bbaia Hey - Just wanted to check with you whether you got a chance to look at my question? Please advise.